COLLIDERSSSS!!!!!!!

This commit is contained in:
Schrottkatze 2025-06-26 22:19:05 +02:00
parent 7e531d42a8
commit 643a16f008
Signed by: schrottkatze
SSH key fingerprint: SHA256:/raZeWZ2RLThYkX/nq26frnmA4Bi3qRM/hijRmDBa10
14 changed files with 541 additions and 33 deletions

View file

@ -14,6 +14,7 @@ bevy_skein = { git = "https://github.com/rust-adventure/skein.git" }
clap = { version = "4", features = ["derive"] }
shlex = "1.3.0"
bevy_ui_text_input = "0.5.2"
bevy_rapier3d = {version = "0.30.0", features = ["simd-stable", "debug-render", "parallel"]}
# Enable a small amount of optimization in the dev profile.
[profile.dev]