bevy/crates/bevy_text/src
Jakob Hellermann adb3ad399c make sub_app return an &App and add sub_app_mut() -> &mut App (#3309)
It's sometimes useful to have a reference to an app a sub app at the same time, which is only possible with an immutable reference.
2021-12-24 06:57:30 +00:00
..
error.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
font_atlas_set.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
font_atlas.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
font_loader.rs Add support for OTF fonts (#1200) 2021-01-03 12:10:23 -08:00
font.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
glyph_brush.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
lib.rs make sub_app return an &App and add sub_app_mut() -> &mut App (#3309) 2021-12-24 06:57:30 +00:00
pipeline.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
text2d.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
text.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00