mirror of
https://codeberg.org/schrottkatze/mgd2-tram-championships.git
synced 2025-07-03 01:47:38 +00:00
add debug console initial implementation
This commit is contained in:
parent
cf63dd6e41
commit
cf05050c95
13 changed files with 709 additions and 51 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue