Skip to content

Commit

Permalink
Updated LWJGL to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Jul 17, 2024
1 parent d8c4f8c commit 90dbe66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {

def dbusJavaVersion = '5.0.0'
def jnaVersion = '5.14.0'
def lwjglVersion = '3.3.3'
def lwjglVersion = '3.3.4'

def lwjglOs
if (os.windows) {
Expand Down Expand Up @@ -123,7 +123,6 @@ dependencies {
break
case { Architectures.AARCH64.isAlias(it) }:
lwjglArch = 'arm64'
openVrSupport = false
break
default:
throw new GradleException("Unsupported system architecture $arch.displayName")
Expand Down

0 comments on commit 90dbe66

Please sign in to comment.