Skip to content

Commit c5c7598

Browse files
laundmomockersf
andauthored
Remove mention of tracy version from profiling docs (#21881)
# Objective In - #21565 i added a note to the profiling docs that the correct tracy version for bevy 0.17 is tracy 0.12.2 But in a recent patch release, the version of the tracy libraries was bumped and now requires tracy 0.13. While this is a breaking change i dont think should happen on path releases, it shows that my mentioning of the version was way too optimistic, and its [already caused some frustration](https://discord.com/channels/691052431525675048/691052431974465548/1440429953232535623) ## Solution - remove the mention of any specific version from the docs Co-authored-by: François Mockers <francois.mockers@vleue.com>
1 parent 3cb737f commit c5c7598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The [Tracy profiling tool](https://github.com/wolfpld/tracy) is:
7070
7171
#### Tracy Quickstart
7272

73-
1. Install the [correct Tracy version](#finding-the-correct-tracy-version) (0.12.2 for Bevy 0.17)
73+
1. Install the [correct Tracy version](#finding-the-correct-tracy-version)
7474
- [Windows binaries (official)](https://github.com/wolfpld/tracy/releases)
7575
- [Macos and Linux binaries (third-party builds)](https://github.com/tracy-builds/tracy-builds/releases)
7676
- [Packages](https://repology.org/project/tracy/versions)

0 commit comments

Comments
 (0)