feat: add tracing-subscriber dependency for enhanced logging capabilities
This commit is contained in:
@@ -13,6 +13,7 @@ glam = "0.28"
|
|||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
zbus = { version = "5.5.0", features = ["tokio"] }
|
zbus = { version = "5.5.0", features = ["tokio"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||||
|
|
||||||
[dependencies.stardust-xr-asteroids]
|
[dependencies.stardust-xr-asteroids]
|
||||||
path = "../third_party/asteroids"
|
path = "../third_party/asteroids"
|
||||||
|
|||||||
Reference in New Issue
Block a user