FrogLoader/gradle/libs.versions.toml

20 lines
594 B
TOML
Raw Normal View History

[versions]
2024-10-02 10:48:58 -04:00
thyroxine = "0.0.1-alpha.18"
2024-08-28 05:23:58 -04:00
nightconfig = "3.8.1"
2024-08-04 11:41:19 -04:00
mixin = "0.15.0+mixin.0.8.7"
annotations = "24.1.0"
2024-08-28 05:23:58 -04:00
mixinextras = "0.4.1"
[libraries]
2024-06-02 17:21:45 -04:00
thyroxine = { module = "dev.frogmc:thyroxine", version.ref = "thyroxine" }
nightconfig = { module = "com.electronwill.night-config:toml", version.ref = "nightconfig" }
mixin = { module = "net.fabricmc:sponge-mixin", version.ref = "mixin" }
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }
mixinextras = { module = "io.github.llamalad7:mixinextras-common", version.ref = "mixinextras" }
[bundles]
2024-06-17 14:44:44 -04:00
[plugins]