Updated LWJGL

This commit is contained in:
Natty 2022-04-05 23:06:33 +02:00
parent 3f418d2702
commit 95d690546b
No known key found for this signature in database
GPG Key ID: 40AB22FA416C7019
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import org.gradle.internal.os.OperatingSystem
import org.gradle.api.JavaVersion
object Versions {
const val lwjglVersion = "3.3.0"
const val lwjglVersion = "3.3.1"
val lwjglNatives = when (OperatingSystem.current()) {
OperatingSystem.LINUX -> "natives-linux"
OperatingSystem.WINDOWS -> "natives-windows"