We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981aa1d commit 621a4abCopy full SHA for 621a4ab
jme3-vr/build.gradle
@@ -2,7 +2,7 @@ if (!hasProperty('mainClass')) {
2
ext.mainClass = ''
3
}
4
5
-def lwjglVersion = '3.2.1'
+def lwjglVersion = '3.2.3'
6
7
sourceCompatibility = '1.8'
8
@@ -26,4 +26,4 @@ dependencies {
26
runtime "org.lwjgl:lwjgl-openvr:${lwjglVersion}:natives-windows"
27
runtime "org.lwjgl:lwjgl-openvr:${lwjglVersion}:natives-linux"
28
runtime "org.lwjgl:lwjgl-openvr:${lwjglVersion}:natives-macos"
29
-}
+}
0 commit comments