Skip to content

Commit a0c5063

Browse files
authored
Remove OpenVr
1 parent b61d9e6 commit a0c5063

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

jme3-vr/build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@ dependencies {
77
// https://mvnrepository.com/artifact/net.java.dev.jna/jna
88
implementation libs.jna
99
implementation libs.jnaerator.runtime
10-
11-
// Native LibOVR/Oculus support
12-
api libs.lwjgl3.ovr
13-
runtimeOnly(variantOf(libs.lwjgl3.ovr){ classifier('natives-windows') })
14-
15-
// Native OpenVR/LWJGL support
16-
api libs.lwjgl3.openvr
17-
implementation(variantOf(libs.lwjgl3.openvr){ classifier('natives-linux') })
18-
implementation(variantOf(libs.lwjgl3.openvr){ classifier('natives-macos') })
19-
runtimeOnly(variantOf(libs.lwjgl3.openvr){ classifier('natives-windows') })
20-
runtimeOnly(variantOf(libs.lwjgl3.openvr){ classifier('natives-linux') })
21-
runtimeOnly(variantOf(libs.lwjgl3.openvr){ classifier('natives-macos') })
2210
}
2311

2412
javadoc {

0 commit comments

Comments
 (0)