Add CLI
All checks were successful
CI / Formatting (push) Successful in 41s
CI / Clippy (push) Successful in 6m17s

Initially just basic options and seed
This commit is contained in:
Michael Bradley 2025-03-23 22:49:05 -04:00
parent 946e961633
commit 4476bdfeeb
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
3 changed files with 128 additions and 2 deletions

View file

@ -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",