fix: tokio tracing
This commit is contained in:
@@ -34,7 +34,7 @@ wayland = [
|
||||
"dep:wgpu-hal",
|
||||
"dep:ash",
|
||||
]
|
||||
profile_tokio = ["dep:console-subscriber", "tokio/tracing"]
|
||||
profile_tokio = ["dep:console-subscriber"]
|
||||
profile_app = [
|
||||
"dep:tracing-tracy",
|
||||
"bevy/trace_tracy",
|
||||
@@ -101,7 +101,7 @@ toml = "0.9.7"
|
||||
# mathy stuffs
|
||||
glam = { version = "0.29.0", features = ["mint", "serde"] }
|
||||
mint = "0.5.9"
|
||||
tokio = { version = "1.39.2", features = ["rt-multi-thread", "signal", "time"] }
|
||||
tokio = { version = "1.39.2", features = ["rt-multi-thread", "signal", "time", "tracing"] }
|
||||
|
||||
# bevy
|
||||
bevy = { version = "0.16", default-features = false, features = [
|
||||
|
||||
Reference in New Issue
Block a user