fix: tokio tracing
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1082,7 +1082,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bevy_mod_openxr"
|
name = "bevy_mod_openxr"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
source = "git+https://github.com/awtterpip/bevy_oxr#9fd0c797598e70e2ea36824bfc9c0d56c8c0eb63"
|
source = "git+https://github.com/awtterpip/bevy_oxr?rev=9fd0c797#9fd0c797598e70e2ea36824bfc9c0d56c8c0eb63"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android_system_properties",
|
"android_system_properties",
|
||||||
"ash",
|
"ash",
|
||||||
@@ -1100,7 +1100,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bevy_mod_xr"
|
name = "bevy_mod_xr"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
source = "git+https://github.com/awtterpip/bevy_oxr#9fd0c797598e70e2ea36824bfc9c0d56c8c0eb63"
|
source = "git+https://github.com/awtterpip/bevy_oxr?rev=9fd0c797#9fd0c797598e70e2ea36824bfc9c0d56c8c0eb63"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bevy",
|
"bevy",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ wayland = [
|
|||||||
"dep:wgpu-hal",
|
"dep:wgpu-hal",
|
||||||
"dep:ash",
|
"dep:ash",
|
||||||
]
|
]
|
||||||
profile_tokio = ["dep:console-subscriber", "tokio/tracing"]
|
profile_tokio = ["dep:console-subscriber"]
|
||||||
profile_app = [
|
profile_app = [
|
||||||
"dep:tracing-tracy",
|
"dep:tracing-tracy",
|
||||||
"bevy/trace_tracy",
|
"bevy/trace_tracy",
|
||||||
@@ -101,7 +101,7 @@ toml = "0.9.7"
|
|||||||
# mathy stuffs
|
# mathy stuffs
|
||||||
glam = { version = "0.29.0", features = ["mint", "serde"] }
|
glam = { version = "0.29.0", features = ["mint", "serde"] }
|
||||||
mint = "0.5.9"
|
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
|
||||||
bevy = { version = "0.16", default-features = false, features = [
|
bevy = { version = "0.16", default-features = false, features = [
|
||||||
|
|||||||
Reference in New Issue
Block a user