add 9 million dependencies

This commit is contained in:
2026-03-25 09:50:20 -07:00
parent 8e483726fc
commit 8fbc32e1cc
3 changed files with 7730 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[registries.strafesnet]
index = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"

7721
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,3 +4,10 @@ version = "0.1.0"
edition = "2024" edition = "2024"
[dependencies] [dependencies]
burn = "0.20.1"
wgpu = "29.0.0"
strafesnet_common = { version = "0.9.0", registry = "strafesnet" }
strafesnet_graphics = { version = "0.0.9", registry = "strafesnet" }
strafesnet_roblox_bot_file = { version = "0.9.4", registry = "strafesnet" }
strafesnet_snf = { version = "0.4.0", registry = "strafesnet" }