add clap dep

This commit is contained in:
2026-03-27 15:32:17 -07:00
parent e31b148f41
commit 4208090da0
2 changed files with 170 additions and 54 deletions

View File

@@ -5,6 +5,8 @@ edition = "2024"
[dependencies]
burn = { version = "0.20.1", features = ["cuda", "autodiff"] }
chrono = { version = "0.4.44", default-features = false, features = ["now"] }
clap = { version = "4.6.0", features = ["derive"] }
glam = "0.32.1"
pollster = "0.4.0"
wgpu = "29.0.0"
@@ -15,4 +17,3 @@ strafesnet_physics = { version = "=0.0.2-surf", registry = "strafesnet" }
strafesnet_roblox_bot_file = { version = "0.9.4", registry = "strafesnet" }
strafesnet_roblox_bot_player = { version = "=0.6.2-depth2", registry = "strafesnet" }
strafesnet_snf = { version = "0.4.0", registry = "strafesnet" }
chrono = { version = "0.4.44", default-features = false, features = ["now"] }