feat: set max loglevel in logger configuration
This commit is contained in:
parent
d50b039f46
commit
b067dcd37c
3 changed files with 32 additions and 9 deletions
|
@ -12,7 +12,7 @@ repository = "https://codeberg.org/Caznix/Zenyx"
|
|||
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [ "subcrates/renderer","subcrates/zlog"]
|
||||
members = ["subcrates/renderer", "subcrates/zlog"]
|
||||
|
||||
[workspace.dependencies]
|
||||
zlog = { path = "subcrates/zlog" }
|
||||
|
@ -46,5 +46,5 @@ tracing = "0.1.41"
|
|||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
vulkano = "0.35.1"
|
||||
wgpu = { version = "25.0.0", features = ["spirv"] }
|
||||
winit = "0.30.9"
|
||||
winit = { version = "0.30.9", features = ["android-native-activity"] }
|
||||
zlog.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue