logging
This commit is contained in:
parent
e79f6ba0e3
commit
76b720b0a2
3 changed files with 9 additions and 0 deletions
|
|
@ -13,8 +13,10 @@ readme = false
|
|||
bevy = { version = "0.17.3", features = ["dynamic_linking"] }
|
||||
bevy_ratatui = "0.10.0"
|
||||
clap = { version = "4.5.54", features = ["derive"] }
|
||||
log = { version = "0.4.29", features = ["release_max_level_error", "max_level_trace"] }
|
||||
ratatui = "0.29.0"
|
||||
strum = { version = "0.27.2", features = ["derive"] }
|
||||
tracing-subscriber = "0.3.22"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue