feat: event based non-blocking logger
This commit is contained in:
parent
37abc3f52d
commit
f215c10d0e
8 changed files with 534 additions and 671 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -12,9 +12,10 @@ repository = "https://codeberg.org/Caznix/Zenyx"
|
|||
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
# members = ["engine","subcrates/zen_core"]
|
||||
|
||||
members = ["subcrates/zlog"]
|
||||
|
||||
[workspace.dependencies]
|
||||
zlog = { path = "subcrates/zlog" }
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
@ -36,13 +37,10 @@ incremental = false
|
|||
panic = "abort"
|
||||
|
||||
[dependencies]
|
||||
crossbeam = "0.8.4"
|
||||
humantime = "2.2.0"
|
||||
|
||||
terminator = "0.3.2"
|
||||
thiserror = "2.0.12"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
vulkano = "0.35.1"
|
||||
winit = "0.30.9"
|
||||
|
||||
|
||||
zlog.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue