Create basic interactive physics system
All checks were successful
CI / Formatting (push) Successful in 41s
CI / Clippy (push) Successful in 6m9s

This commit is contained in:
Michael Bradley 2025-03-22 22:32:08 -04:00
parent 6108f140b6
commit 6732f5575c
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
3 changed files with 190 additions and 129 deletions

View file

@ -33,3 +33,4 @@ log = { version = "*", features = [
"max_level_debug",
"release_max_level_warn",
] }
rand = "0.9.0"