浏览代码

Bump LWJGL3 version to '3.2.3' on jme3-vr as well

Ali-RS 6 年之前
父节点
当前提交
621a4ab6a9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      jme3-vr/build.gradle

+ 2 - 2
jme3-vr/build.gradle

@@ -2,7 +2,7 @@ if (!hasProperty('mainClass')) {
     ext.mainClass = ''
 }
 
-def lwjglVersion = '3.2.1'
+def lwjglVersion = '3.2.3'
 
 sourceCompatibility = '1.8'
 
@@ -26,4 +26,4 @@ dependencies {
     runtime "org.lwjgl:lwjgl-openvr:${lwjglVersion}:natives-windows"
     runtime "org.lwjgl:lwjgl-openvr:${lwjglVersion}:natives-linux"
     runtime "org.lwjgl:lwjgl-openvr:${lwjglVersion}:natives-macos"
-}
+}