Skip to content

Commit 4aeda84

Browse files
committed
⬆️ glm
1 parent 806fd6f commit 4aeda84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ dependencies {
3636
implementation "$kotlin-reflect:$kotlinVersion"
3737

3838
ext.kx = "com.github.kotlin-graphics"
39-
implementation "$kx:gln:b4eb299"
40-
implementation "$kx:vkk:d8e8c1e"
41-
implementation "$kx:appBuffer:177283c"
39+
implementation "$kx:gln:edb3be6"
40+
implementation "$kx:vkk:e9cd98d"
41+
implementation "$kx:appBuffer:c6d06a4"
4242

4343
testImplementation 'io.kotlintest:kotlintest:2.0.7'
4444
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.0.6'

0 commit comments

Comments
 (0)