Current tracy deps don't follow compatibility table
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## Bevy version
0.13 or any since commit below
## What you did
This commit: https://github.com/bevyengine/bevy/commit/4e9590a5ce24310ab177adb510f208adaca40924
bumped tracy deps. The compat table shows: https://github.com/nagisa/rust_tracy_client?tab=readme-ov-file#version-support-table
So post-bump we're using versions without compat.
## What went wrong
Trying to use tracy with the versions _after_ bump doesn't work for me- the collection of traces crashes.
## Additional information
My workaround is to init logging with a tracy layer before I start the Bevy app, which stops Bevy from using the bad tracy version.
Imo. the tracy versions in bevy_log should be reverted until an official new release is made.
Contributor guide
Assessment
This issue has not been assessed yet.