Add command parsing

This commit is contained in:
zack 2025-03-29 12:35:32 -04:00
parent 12b20be584
commit 234e2ab78d
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
4 changed files with 157 additions and 28 deletions

View file

@ -16,3 +16,4 @@ thiserror.workspace = true
gfx_hal = { path = "../gfx_hal" }
renderer = { path = "../renderer" }
resource_manager = { path = "../resource_manager" }
clap = { version = "4.5.34", features = ["derive"] }