Use tracing-subscriber for logging (#175)

This commit is contained in:
Aleksander
2025-03-09 18:05:18 +01:00
committed by GitHub
parent fa3af63e89
commit 36074307b7
4 changed files with 141 additions and 63 deletions

View File

@@ -19,7 +19,6 @@ config = "0.14.0"
cstr = "0.2.12"
ctrlc = { version = "3.4.4", features = ["termination"] }
dbus = { version = "0.9.7" }
env_logger = "0.11.5"
fontconfig-rs = "0.1.1"
freetype-rs = "0.36.0" # latest version supported on ubuntu 22.04
futures = "0.3.30"
@@ -69,6 +68,8 @@ image_dds = { version = "0.6.0", default-features = false, features = [
"ddsfile",
] }
mint = "0.5.9"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tracing = "0.1.41"
################################
#WayVR-only deps