Skip to content

Commit

Permalink
build: switch to upstream tracy-client-sys version
Browse files Browse the repository at this point in the history
  • Loading branch information
mahkoh committed Oct 12, 2024
1 parent eb905c1 commit c00ef63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c00ef63

Please sign in to comment.