Add command parsing
This commit is contained in:
parent
12b20be584
commit
234e2ab78d
4 changed files with 157 additions and 28 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue