Skip to content

Commit 026688a

Browse files
committed
0.8.3.0-22
1 parent 1abfc9d commit 026688a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id("org.lwjgl.plugin") version "0.0.34"
1010
id("elect86.magik") version "0.3.2"
1111
`maven-publish`
12-
id("com.github.johnrengelman.shadow") version "8.1.1"
12+
// id("com.github.johnrengelman.shadow") version "8.1.1"
1313
}
1414

1515
repositories {
@@ -19,7 +19,7 @@ repositories {
1919

2020
dependencies {
2121

22-
api("kotlin.graphics:glm:0.9.9.1-9")
22+
api("kotlin.graphics:glm:0.9.9.1-10")
2323

2424
// https://mvnrepository.com/artifact/com.twelvemonkeys.imageio/imageio-core
2525
listOf(/*"-batik",*/ "-bmp", "-core", "-icns", "-iff", "-jpeg", "-metadata", "-pcx", "-pdf", "-pict", "-pnm",

0 commit comments

Comments
 (0)