bevy/crates/bevy_pbr
Jacques Schutte 4508077297
Move FloatOrd into bevy_math (#12732)
# 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`
2024-03-27 18:30:11 +00:00
..
src Move FloatOrd into bevy_math (#12732) 2024-03-27 18:30:11 +00:00
Cargo.toml Meshlet rendering (initial feature) (#10164) 2024-03-25 19:08:27 +00:00