Add tracy feature that randomly disappeared back into voxygen

This commit is contained in:
Imbris 2020-11-11 22:33:02 -05:00
parent a97b188bea
commit d5dd126724
2 changed files with 5 additions and 0 deletions

1
Cargo.lock generated
View File

@ -5264,6 +5264,7 @@ dependencies = [
"tracing-appender",
"tracing-log",
"tracing-subscriber",
"tracing-tracy",
"treeculler",
"uvth 3.1.1",
"vek 0.12.0",

View File

@ -14,6 +14,7 @@ hot-anim = ["anim/use-dyn-lib"]
singleplayer = ["server"]
tweak = ["const-tweaker"]
simd = ["vek/platform_intrinsics"]
tracy = ["tracing-tracy", "common/tracy"]
default = ["gl", "singleplayer", "native-dialog", "simd"]
@ -84,6 +85,9 @@ const-tweaker = {version = "0.3.1", optional = true}
inline_tweak = "1.0.2"
itertools = "0.9.0"
# Tracy
tracing-tracy = { version = "0.3.0", optional = true }
# Logging
tracing = "0.1"
tracing-appender = "0.1"