Remove LWJGL refs (unfinished)

This commit is contained in:
catfoolyou
2025-02-06 12:56:22 -05:00
parent bf43d47631
commit 36c3f15017
47 changed files with 132 additions and 188 deletions

View File

@@ -9,7 +9,7 @@ sourceSets {
main {
java {
srcDir 'src/main/java'
srcDir 'src/lwjgl/java'
srcDir 'src/teavm/java'
}
}
}
@@ -24,7 +24,7 @@ tasks.withType(JavaCompile) {
}
dependencies {
implementation fileTree(dir: './lwjgl-rundir/', include: '*.jar')
//implementation fileTree(dir: './lwjgl-rundir/', include: '*.jar')
teavm(teavm.libs.jso)
teavm(teavm.libs.jsoApis)