Control logging using key events
This commit is contained in:
parent
c3316ba995
commit
728d908d4a
6 changed files with 94 additions and 52 deletions
|
@ -6,16 +6,15 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "1.0.93"
|
||||
chrono = "0.4.38"
|
||||
clap = { version = "4.5.21", features = ["derive"] }
|
||||
colored = "2.1.0"
|
||||
lazy_static = "1.5.0"
|
||||
log = "0.4.22"
|
||||
once_cell = "1.20.2"
|
||||
parking_lot = "0.12.3"
|
||||
regex = "1.11.1"
|
||||
rustyline = "15.0.0"
|
||||
rustyline = { version = "15.0.0", features = ["derive", "rustyline-derive"] }
|
||||
thiserror = "2.0.3"
|
||||
tokio = { version = "1.41.1", features = ["macros", "rt", "rt-multi-thread"] }
|
||||
wgpu = "23.0.1"
|
||||
winit = "0.30.5"
|
||||
zephyr.workspace = true
|
||||
zephyr.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue