add debug console initial implementation

This commit is contained in:
Schrottkatze 2025-06-17 20:50:46 +02:00
parent cf63dd6e41
commit cf05050c95
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
13 changed files with 709 additions and 51 deletions

View file

@ -11,6 +11,9 @@ bevy_third_person_camera = "0.3.0"
env_logger = "0.11.8"
log = "0.4.27"
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"
# Enable a small amount of optimization in the dev profile.
[profile.dev]