bevy/crates/bevy_text/src
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
..
error.rs
FiraMono-subset.ttf
font_atlas_set.rs Move FloatOrd into bevy_math (#12732) 2024-03-27 18:30:11 +00:00
font_atlas.rs Prefer UVec2 when working with texture dimensions (#11698) 2024-02-25 15:23:04 +00:00
font_loader.rs Use async-fn in traits rather than BoxedFuture (#12550) 2024-03-18 17:56:57 +00:00
font.rs
glyph_brush.rs include links in error messages (#12165) 2024-02-28 00:01:18 +00:00
lib.rs Forbid unsafe in most crates in the engine (#12684) 2024-03-27 03:30:08 +00:00
pipeline.rs Forbid unsafe in most crates in the engine (#12684) 2024-03-27 03:30:08 +00:00
text2d.rs Migrate from LegacyColor to bevy_color::Color (#12163) 2024-02-29 19:35:12 +00:00
text.rs feat: derive some common traits on some UI types (#12532) 2024-03-18 03:41:50 +00:00