Skip to content

Commit

Permalink
chore: Update lwjgl version to 3.3.1 (#5002)
Browse files Browse the repository at this point in the history
this version of lwjgl provide:
* wayland support (needs code changes at current moment)
* arm64 versions of windows/macOs/linux
  • Loading branch information
DarkWeird authored Mar 23, 2022
1 parent 023571e commit 1196034
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 @@ -85,7 +85,7 @@ ext {
// Lib dir for use in manifest entries etc (like in :engine). A separate "libsDir" exists, auto-created by Gradle
subDirLibs = 'libs'

LwjglVersion = '3.2.3'
LwjglVersion = '3.3.1'
}


Expand Down

0 comments on commit 1196034

Please sign in to comment.