From 09ca963a910441538b829d58053ea62b04371753 Mon Sep 17 00:00:00 2001 From: Ali-RS Date: Sun, 15 Jan 2023 10:10:36 +0330 Subject: [PATCH] jme3-lwjgl: bump to lwjgl 2.9.5 which added the missing natives for windows and mac. --- jme3-lwjgl/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jme3-lwjgl/build.gradle b/jme3-lwjgl/build.gradle index f61ef7b06c..846c2fd254 100644 --- a/jme3-lwjgl/build.gradle +++ b/jme3-lwjgl/build.gradle @@ -2,8 +2,8 @@ dependencies { api project(':jme3-core') api project(':jme3-desktop') - api 'org.jmonkeyengine:lwjgl:2.9.4' - runtimeOnly 'org.jmonkeyengine:lwjgl-platform:2.9.4' + api 'org.jmonkeyengine:lwjgl:2.9.5' + runtimeOnly 'org.jmonkeyengine:lwjgl-platform:2.9.5' /* * Upgrades the default jinput-2.0.5 to jinput-2.0.9 to fix a bug with gamepads on Linux.