mirror of
https://github.com/bevyengine/bevy
synced 2024-11-14 00:47:32 +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` |
||
---|---|---|
.. | ||
cow_arc.rs | ||
default.rs | ||
futures.rs | ||
intern.rs | ||
label.rs | ||
lib.rs | ||
once.rs | ||
parallel_queue.rs | ||
short_names.rs | ||
synccell.rs | ||
syncunsafecell.rs |