mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
4778fbeb65
# Objective The table [here](https://github.com/nagisa/rust_tracy_client) shows which versions of [Tracy](https://github.com/wolfpld/tracy) should be used combined with which Rust deps. Reading `bevy_log`'s `Cargo.toml` can be slightly confusing since the exact versions are not picked from the same row. Reading the produced `Cargo.lock` when building a Bevy example shows that it's the most recent row that is resolved, but this should be more clearly understood without needing to check the lock file. ## Solution - Specify versions from the compatibility table including patch version Signed-off-by: Torstein Grindvik <torstein.grindvik@muybridge.com> Co-authored-by: Torstein Grindvik <torstein.grindvik@muybridge.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |