Open
Description
Bevy version
0.13 or any since commit below
What you did
This commit: 4e9590a
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.