feat: add tracing-subscriber dependency for enhanced logging capabilities

This commit is contained in:
MayaTheShy
2025-11-08 14:49:15 -05:00
parent 8336bc0b17
commit e1c1f88bbf

View File

@@ -13,6 +13,7 @@ glam = "0.28"
lazy_static = "1.4"
zbus = { version = "5.5.0", features = ["tokio"] }
serde = { version = "1.0", features = ["derive"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[dependencies.stardust-xr-asteroids]
path = "../third_party/asteroids"