tracy: move profiler facade into workspace crate
This commit is contained in:
parent
657e7ce2f7
commit
b7ecf700fa
7 changed files with 49 additions and 9 deletions
|
|
@ -26,6 +26,7 @@ members = [
|
|||
"criteria",
|
||||
"cmm",
|
||||
"time",
|
||||
"tracy",
|
||||
"toml-config",
|
||||
"algorithms",
|
||||
"toml-spec",
|
||||
|
|
@ -53,6 +54,7 @@ jay-utils = { version = "0.1.0", path = "utils" }
|
|||
jay-criteria = { version = "0.1.0", path = "criteria" }
|
||||
jay-cmm = { version = "0.1.0", path = "cmm" }
|
||||
jay-time = { version = "0.1.0", path = "time" }
|
||||
jay-tracy = { version = "0.1.0", path = "tracy" }
|
||||
|
||||
uapi = "0.2.13"
|
||||
thiserror = "2.0.11"
|
||||
|
|
@ -85,8 +87,6 @@ serde = { version = "1.0.196", features = ["derive"] }
|
|||
serde_json = "1.0.128"
|
||||
linearize = { version = "0.1.3", features = ["derive"] }
|
||||
png = "0.18.0"
|
||||
rustc-demangle = { version = "0.1.24", optional = true }
|
||||
tracy-client-sys = { version = "0.24.1", features = ["ondemand", "manual-lifetime", "debuginfod", "demangle"], optional = true }
|
||||
kbvm = { version = "0.1.6", features = ["compose"] }
|
||||
tiny-skia = { version = "0.12.0", default-features = false, features = ["std"] }
|
||||
regex = "1.11.1"
|
||||
|
|
@ -118,4 +118,4 @@ opt-level = 3
|
|||
[features]
|
||||
rc_tracking = []
|
||||
it = []
|
||||
tracy = ["dep:tracy-client-sys", "dep:rustc-demangle"]
|
||||
tracy = ["jay-tracy/tracy"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue