File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ dependencies {
3636 implementation " $kotlin -reflect:$kotlinVersion "
3737
3838 ext. kx = " com.github.kotlin-graphics"
39- implementation " $kx :gln:520e83c "
40- implementation " $kx :vkk:0c4e663 "
41- implementation " $kx :appBuffer:84c9312 "
39+ implementation " $kx :gln:399cd2a "
40+ implementation " $kx :vkk:9dc6cfc "
41+ implementation " $kx :appBuffer:23e9166 "
4242
4343 testImplementation ' io.kotlintest:kotlintest:2.0.7'
4444 testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.0.6'
@@ -48,7 +48,7 @@ dependencies {
4848// compile "org.jogamp.jogl:jogl-all:$jogl"
4949
5050
51- ext. lwjglVersion = " 3.1.7-SNAPSHOT "
51+ ext. lwjglVersion = " 3.2.0 "
5252 switch (OperatingSystem . current()) {
5353 case OperatingSystem . WINDOWS :
5454 ext. lwjglNatives = " natives-windows"
You can’t perform that action at this time.
0 commit comments