This commit is contained in:
2026-02-16 08:55:49 -08:00
parent 8ac5ac8800
commit 0eee8dadbd
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -1679,6 +1679,7 @@ dependencies = [
"strafesnet_graphics",
"strafesnet_roblox_bot_file",
"strafesnet_snf",
"wgpu",
]
[[package]]

View File

@@ -9,3 +9,4 @@ strafesnet_common.workspace = true
strafesnet_graphics.workspace = true
strafesnet_roblox_bot_file.workspace = true
strafesnet_snf.workspace = true
wgpu = "28.0.0"