1
0
forked from Clones/Controlify

SDL2 natives are now downloaded through maven

This commit is contained in:
isXander
2023-04-11 10:31:43 +01:00
parent 27bf02ee30
commit 021e2daa46
3 changed files with 80 additions and 74 deletions

View File

@ -6,6 +6,7 @@ cursegradle = "2.+"
github_release = "2.+"
machete = "1.+"
grgit = "5.0.+"
blossom = "1.3.+"
minecraft = "1.19.4"
quilt_mappings = "10"
@ -19,7 +20,7 @@ quilt_json5 = "1.0.3"
sodium = "mc1.19.4-0.4.10"
iris = "1.5.2+1.19.4"
immediately_fast = "1.1.10+1.19.4"
sdl2_jni = "1.0.0"
sdl2_jni = "2.26.4-4"
[libraries]
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
@ -47,3 +48,4 @@ cursegradle = { id = "me.hypherionmc.cursegradle", version.ref = "cursegradle" }
github_release = { id = "com.github.breadmoirai.github-release", version.ref = "github_release" }
machete = { id = "io.github.p03w.machete", version.ref = "machete" }
grgit = { id = "org.ajoberstar.grgit", version.ref = "grgit" }
blossom = { id = "net.kyori.blossom", version.ref = "blossom" }