Fast-forward master to working and delete working #1

Merged
AMNatty merged 29 commits from working into master 2022-04-06 09:04:32 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 95d690546b - Show all commits

View File

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