mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Update tracing-chrome to 0.6.0 (#6398)
Alternative to #4799 Tested and this works as expected
This commit is contained in:
parent
e71c4d2802
commit
d8bf5f8224
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.9.0-dev" }
|
|||
bevy_ecs = { path = "../bevy_ecs", version = "0.9.0-dev" }
|
||||
|
||||
tracing-subscriber = {version = "0.3.1", features = ["registry", "env-filter"]}
|
||||
tracing-chrome = { version = "0.4.0", optional = true }
|
||||
tracing-chrome = { version = "0.6.0", optional = true }
|
||||
tracing-tracy = { version = "0.10.0", optional = true }
|
||||
tracing-log = "0.1.2"
|
||||
tracing-error = { version = "0.2.0", optional = true }
|
||||
|
|
Loading…
Reference in a new issue