Skip to content

Commit

Permalink
Update to lwjgl3-3.3.2 (#7121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed Apr 23, 2023
1 parent 542a58f commit b23419c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [BREAKING CHANGE] Desktop: The return value of AudioDevice#getLatency() is now in samples, and not milliseconds
- iOS: Add new MobiVM MetalANGLE backend
- iOS: Update to MobiVM 2.3.19
- Update to LWJGL 3.3.2
- API Addition: Added Haptics API with 4 different Input#vibrate() methods with complete Android and iOS implementations.
- Fix: Fixed Android and iOS touch cancelled related issues, see #6871.
- Javadoc: Add "-use" flag to javadoc generation
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ versions.gwtPlugin = "1.1.16"
versions.gretty = "3.0.7"
versions.jglwf = "1.1"
versions.lwjgl = "2.9.3"
versions.lwjgl3 = "3.3.1"
versions.lwjgl3 = "3.3.2"
versions.jlayer = "1.0.1-gdx"
versions.jorbis = "0.0.17"
versions.junit = "4.13.2"
Expand Down

0 comments on commit b23419c

Please sign in to comment.