bevy/crates/bevy_text/src
bjorn3 d6eb647451
Misc cleanups (#879)
* Remove cfg!(feature = "metal-auto-capture")

This cfg! has existed since the initial commit, but the corresponding
feature has never been part of Cargo.toml

* Remove unnecessary handle_create_window_events call

* Remove EventLoopProxyPtr wrapper

* Remove unnecessary statics

* Fix unrelated deprecation warning to fix CI
2020-11-17 13:40:18 -08:00
..
draw.rs Use glyph_brush_layout and add text alignment support (#765) 2020-11-12 16:21:48 -08:00
error.rs Use glyph_brush_layout and add text alignment support (#765) 2020-11-12 16:21:48 -08:00
font.rs Use glyph_brush_layout and add text alignment support (#765) 2020-11-12 16:21:48 -08:00
font_atlas.rs Use glyph_brush_layout and add text alignment support (#765) 2020-11-12 16:21:48 -08:00
font_atlas_set.rs Use glyph_brush_layout and add text alignment support (#765) 2020-11-12 16:21:48 -08:00
font_loader.rs Misc cleanups (#879) 2020-11-17 13:40:18 -08:00
glyph_brush.rs Use glyph_brush_layout and add text alignment support (#765) 2020-11-12 16:21:48 -08:00
lib.rs Use glyph_brush_layout and add text alignment support (#765) 2020-11-12 16:21:48 -08:00
pipeline.rs Use glyph_brush_layout and add text alignment support (#765) 2020-11-12 16:21:48 -08:00