1
0
Fork 0
forked from wry/wry

tracy: move profiler facade into workspace crate

This commit is contained in:
kossLAN 2026-05-29 09:17:36 -04:00
parent 657e7ce2f7
commit b7ecf700fa
No known key found for this signature in database
7 changed files with 49 additions and 9 deletions

13
Cargo.lock generated
View file

@ -681,6 +681,7 @@ dependencies = [
"jay-layout-animation",
"jay-time",
"jay-toml-config",
"jay-tracy",
"jay-units",
"jay-utils",
"kbvm",
@ -698,13 +699,11 @@ dependencies = [
"regex",
"repc",
"run-on-drop",
"rustc-demangle",
"serde",
"serde_json",
"smallvec",
"thiserror",
"tiny-skia",
"tracy-client-sys",
"uapi",
"walkdir",
"with_builtin_macros",
@ -802,6 +801,16 @@ dependencies = [
"walkdir",
]
[[package]]
name = "jay-tracy"
version = "0.1.0"
dependencies = [
"ahash",
"parking_lot",
"rustc-demangle",
"tracy-client-sys",
]
[[package]]
name = "jay-units"
version = "0.1.0"