mirror of
https://gitflic.ru/project/lax1dude/eaglercraft-1_8.git
synced 2025-07-20 20:41:15 -09:00
12 lines
234 B
TOML
12 lines
234 B
TOML
[libraries]
|
|
hppc = "com.carrotsearch:hppc:0.10.0"
|
|
jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
|
|
lang3 = "org.apache.commons:commons-lang3:3.6"
|
|
jorbis = "org.jcraft:jorbis:0.0.17"
|
|
|
|
[bundles]
|
|
common = [
|
|
"hppc",
|
|
"jsr305",
|
|
"lang3"
|
|
] |