mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
4508077297
# Objective - Fixes #12712 ## Solution - Move the `float_ord.rs` file to `bevy_math` - Change any `bevy_utils::FloatOrd` statements to `bevy_math::FloatOrd` --- ## Changelog - Moved `FloatOrd` from `bevy_utils` to `bevy_math` ## Migration Guide - References to `bevy_utils::FloatOrd` should be changed to `bevy_math::FloatOrd` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |