We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d83ef commit 689dfb0Copy full SHA for 689dfb0
build.gradle.kts
@@ -16,9 +16,9 @@ val moduleName = "$group.gli"
16
17
val kotestVersion = "4.2.5"
18
val kx = "com.github.kotlin-graphics"
19
-val unsignedVersion = "f029dcbd"
20
-val koolVersion = "c670e9cf"
21
-val glmVersion = "bb000826"
+val unsignedVersion = "f2cd9c97"
+val koolVersion = "b4ff3661"
+val glmVersion = "3466fcde"
22
val lwjglVersion = "3.2.3"
23
val lwjglNatives = "natives-" + when (current()) {
24
WINDOWS -> "windows"
@@ -33,7 +33,6 @@ repositories {
33
}
34
35
dependencies {
36
- implementation(kotlin("stdlib"))
37
implementation(kotlin("stdlib-jdk8"))
38
39
implementation("$kx:kotlin-unsigned:$unsignedVersion")
0 commit comments