init tui
This commit is contained in:
parent
b47ecbf45a
commit
53e4047e6a
8 changed files with 720 additions and 15 deletions
|
|
@ -5,6 +5,9 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
bevy = { version = "0.17.3", features = ["dynamic_linking"] }
|
||||
bevy_ratatui = "0.10.0"
|
||||
clap = { version = "4.5.54", features = ["derive"] }
|
||||
ratatui = "0.29.0"
|
||||
strum = { version = "0.27.2", features = ["derive"] }
|
||||
|
||||
[profile.dev]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue