feat: set max loglevel in logger configuration

This commit is contained in:
Chance 2025-04-16 12:59:35 -04:00 committed by lily
parent 29522c14f9
commit dfb3b04c9d
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
3 changed files with 32 additions and 9 deletions

View file

@ -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