nagisa / rust_tracy_client

Tracy client libraries for Rust
Apache License 2.0
177 stars 36 forks source link

Add support for TRACY_DEBUGINFOD #121

Closed mahkoh closed 2 months ago

mahkoh commented 2 months ago

Closes #120

nagisa commented 2 months ago

Thanks!

nagisa commented 2 months ago

Hm, looks like the doc build fails -- something needs to be adjusted to make the header available...

mahkoh commented 2 months ago

Added the package to the workflow.

mahkoh commented 2 months ago

But neither of those will work on windows or macos. Not sure how to handle this.

mahkoh commented 2 months ago

This should work now. The feature is not being tested so there is no need to install the package in that workflow.

nagisa commented 2 months ago

Do you know if docs.rs has this package installed? If not, we need to adjust the configuration for docs.rs too.

nagisa commented 2 months ago

Looks like not: https://github.com/rust-lang/crates-build-env/blob/master/linux/packages.txt

mahkoh commented 2 months ago

Should be handled via https://github.com/rust-lang/docs.rs/issues/147#issuecomment-648844656