Skip to content

Commit

Permalink
Update lwjgl init to fix MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Dec 27, 2024
1 parent 460604c commit 30b211c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ project(':cleanroom') {

dependencies {
compileOnly "com.cleanroommc:lwjglx:1.0.0"
installer "com.cleanroommc:lwjglxx:1.0.1"
installer "com.cleanroommc:lwjglxx:1.0.2"
lwjglLibraries[0].each {
installer "org.lwjgl:$it:$props.lwjgl_version"
runtimeOnly "org.lwjgl:$it::$lwjglArch"
Expand Down

0 comments on commit 30b211c

Please sign in to comment.