Skip to content

Commit

Permalink
chore: update lwjgl3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
闫茂源 committed Oct 11, 2024
1 parent a137fc1 commit 467534a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ repositories {
mavenCentral()
}

project.ext.jme3Version = '3.6.1-stable'
project.ext.lwjglVersion = '3.3.4'
project.ext.jme3Version = '3.7.0-beta1.2.2'
project.ext.lwjglVersion = '3.3.3'
switch (org.gradle.internal.os.OperatingSystem.current()) {
case org.gradle.internal.os.OperatingSystem.LINUX:
project.ext.lwjglNatives = "natives-linux"
Expand Down

0 comments on commit 467534a

Please sign in to comment.