mirror of
https://github.com/bevyengine/bevy
synced 2025-01-10 20:29:01 +00:00
458cb7a9e9
# Objective In this PR I added the ability to opt-out graphical backends. Closes #3155. ## Solution I turned backends into `Option` ~~and removed panicking sub app API to force users handle the error (was suggested by `@cart`)~~. |
||
---|---|---|
.. | ||
error.rs | ||
font.rs | ||
font_atlas.rs | ||
font_atlas_set.rs | ||
font_loader.rs | ||
glyph_brush.rs | ||
lib.rs | ||
pipeline.rs | ||
text.rs | ||
text2d.rs |