bevy/crates/bevy_text/src
Tygyh 645625b789
Replace deprecated elements (#10999)
# Objective

- Replace deprecated elements.

## Solution

- Remove 'std::' from constants.
2023-12-16 23:24:49 +00:00
..
error.rs Remove TextError::ExceedMaxTextAtlases(usize) variant (#6796) 2022-12-05 23:23:16 +00:00
FiraMono-subset.ttf add a default font (#8445) 2023-04-21 22:30:18 +00:00
font_atlas_set.rs Replace all usages of texture_descritor.size.* with the helper methods (#10227) 2023-10-23 20:49:02 +00:00
font_atlas.rs Improved Text Rendering (#10537) 2023-11-14 13:44:25 +00:00
font_loader.rs Removed anyhow (#10003) 2023-10-06 07:20:13 +00:00
font.rs Improved Text Rendering (#10537) 2023-11-14 13:44:25 +00:00
glyph_brush.rs Replace deprecated elements (#10999) 2023-12-16 23:24:49 +00:00
lib.rs Rename TextAlignment to JustifyText. (#10854) 2023-12-05 03:00:41 +00:00
pipeline.rs Change Window scale factor to f32 (adopted) (#10897) 2023-12-14 14:56:40 +00:00
text2d.rs Change Window scale factor to f32 (adopted) (#10897) 2023-12-14 14:56:40 +00:00
text.rs Rename TextAlignment to JustifyText. (#10854) 2023-12-05 03:00:41 +00:00