Skip to content

Commit 880ed51

Browse files
committed
WIP LWJGL refactor
1 parent 9e7be1d commit 880ed51

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+94
-14167
lines changed

build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ dependencies {
3939
api("org.apache.commons:commons-math3:3.6.1")
4040

4141
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
42-
implementation("com.google.guava:guava:31.0.1-jre")
42+
implementation("com.google.guava:guava:33.5.0-jre")
4343
}
4444

4545
dependencies {
46-
implementation("org.jetbrains:annotations:24.0.1")
47-
implementation("com.google.code.gson:gson:2.12.1")
48-
implementation("org.json:json:20220924")
49-
implementation("commons-io:commons-io:2.13.0")
50-
implementation("commons-codec:commons-codec:1.15")
51-
implementation("androidx.annotation:annotation:1.7.1")
52-
implementation("androidx.core:core:1.13.1")
53-
implementation("com.microsoft.azure:msal4j:1.17.2")
46+
implementation("org.jetbrains:annotations:26.0.2-1")
47+
implementation("com.google.code.gson:gson:2.13.2")
48+
implementation("org.json:json:20250517")
49+
implementation("commons-io:commons-io:2.20.0")
50+
implementation("commons-codec:commons-codec:1.19.0")
51+
implementation("androidx.annotation:annotation:1.9.1")
52+
implementation("androidx.core:core:1.17.0")
53+
implementation("com.microsoft.azure:msal4j:1.23.1")
5454
implementation("com.github.Mathias-Boulay:android_gamepad_remapper:2.0.3")
5555
implementation("blank:unity-classes")
5656
}

jre_lwjgl3glfw/build.gradle

Lines changed: 0 additions & 33 deletions
This file was deleted.

jre_lwjgl3glfw/libs/jsr305.jar

-19.5 KB
Binary file not shown.
-440 KB
Binary file not shown.

jre_lwjgl3glfw/libs/lwjgl-glfw.jar

-128 KB
Binary file not shown.
-33 KB
Binary file not shown.
-225 KB
Binary file not shown.
-127 KB
Binary file not shown.
-111 KB
Binary file not shown.
-911 KB
Binary file not shown.

0 commit comments

Comments
 (0)