Skip to content

Commit 9c67885

Browse files
committed
remove twelvemonkeys BOM
1 parent 689dfb0 commit 9c67885

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation("$kx:glm:$glmVersion")
4141

4242
// https://mvnrepository.com/artifact/com.twelvemonkeys.imageio/imageio-core
43-
listOf("", /*"-batik",*/ "-bmp", "-core", "-icns", "-iff", "-jpeg", "-metadata", "-pcx", "-pdf", "-pict", "-pnm",
43+
listOf(/*"-batik",*/ "-bmp", "-core", "-icns", "-iff", "-jpeg", "-metadata", "-pcx", "-pdf", "-pict", "-pnm",
4444
"-psd", "-sgi", "-tga", "-thumbsdb", "-tiff"/*, "-reference", "-clippath", "-hdr"*/).forEach {
4545
implementation("com.twelvemonkeys.imageio:imageio$it:3.5")
4646
}

0 commit comments

Comments
 (0)