Add CLI
Initially just basic options and seed
This commit is contained in:
parent
946e961633
commit
4476bdfeeb
3 changed files with 128 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
name = "distributed_physics_test"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "Experimental distributed physics system"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
@ -29,6 +30,7 @@ bevy = { version = "0.15.3", default-features = false, features = [
|
|||
"multi_threaded",
|
||||
"wayland",
|
||||
] }
|
||||
clap = { version = "4.5.32", features = ["derive"] }
|
||||
log = { version = "*", features = [
|
||||
"max_level_debug",
|
||||
"release_max_level_warn",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue