Initial Commit
Build Client / build (push) Canceled after 0s

This commit is contained in:
ShadowNetReal
2026-09-10 17:55:42 -04:00
commit a8b90368f8
3468 changed files with 462861 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[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"
]