File tree Expand file tree Collapse file tree 3 files changed +4
-52
lines changed
Expand file tree Collapse file tree 3 files changed +4
-52
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ val kotestVersion = "4.0.5"
1717
1818
1919val kx = " com.github.kotlin-graphics"
20- val unsignedVersion = " ac2c2b5764d8899e6c372dfc1f5b9e3dec641a9a "
21- val koolVersion = " 2bf4b991f361a386a08762f3203d5b8ba26cd5fa "
20+ val unsignedVersion = " 0af6fae4 "
21+ val koolVersion = " 3962a0be "
2222val lwjglVersion = " 3.2.3"
23- val lwjglNatives = when (current()) {
23+ val lwjglNatives = when (current()) {
2424 WINDOWS -> " windows"
2525 LINUX -> " linux"
2626 else -> " macos"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ val GLM_VERSION_MAJOR = 0
164164val GLM_VERSION_MINOR = 9
165165val GLM_VERSION_PATCH = 9
166166val GLM_VERSION_REVISION = 1
167- val GLM_VERSION_BUILD = 1
167+ val GLM_VERSION_BUILD = 2
168168val GLM_VERSION = GLM_VERSION_MAJOR * 1_000 + GLM_VERSION_MINOR * 100 + GLM_VERSION_PATCH * 10 + GLM_VERSION_REVISION
169169
170170/*
You can’t perform that action at this time.
0 commit comments