1
0
Fork 0
forked from wry/wry

build: switch to upstream tracy-client-sys version

This commit is contained in:
Julian Orth 2024-10-12 13:23:52 +02:00
parent eb905c160f
commit c00ef63afe
2 changed files with 4 additions and 9 deletions

View file

@ -60,13 +60,7 @@ serde_json = "1.0.128"
enum-map = "2.7.3"
png = "0.17.13"
rustc-demangle = { version = "0.1.24", optional = true }
[dependencies.tracy-client-sys]
version = "0.24.0"
git = "https://github.com/mahkoh/rust_tracy_client.git"
branch = "jorth/debuginfod"
features = ["ondemand", "manual-lifetime"]
optional = true
tracy-client-sys = { version = "0.24.1", features = ["ondemand", "manual-lifetime", "debuginfod"], optional = true }
[build-dependencies]
repc = "0.1.1"