Skip to content

Commit

Permalink
jme3-lwjgl:updated to lwjgl v2.9.4 hosted by org.jmonkeyengine. Fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-RS authored Jan 11, 2023
1 parent d07f66d commit 3e1b823
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jme3-lwjgl/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
dependencies {
api project(':jme3-core')
api project(':jme3-desktop')
api 'org.lwjgl.lwjgl:lwjgl:2.9.3'

api 'org.jmonkeyengine:lwjgl:2.9.4'
runtimeOnly 'org.jmonkeyengine:lwjgl-platform:2.9.4'

/*
* Upgrades the default jinput-2.0.5 to jinput-2.0.9 to fix a bug with gamepads on Linux.
* See https://hub.jmonkeyengine.org/t/linux-gamepad-input-on-jme3-lwjgl-splits-input-between-two-logical-gamepads
Expand Down

0 comments on commit 3e1b823

Please sign in to comment.