mirror of
https://github.com/bevyengine/bevy
synced 2025-01-02 00:08:53 +00:00
33a4df8008
# Objective - Fix https://github.com/bevyengine/bevy/issues/4688 ## Solution - Fixes https://github.com/bevyengine/bevy/issues/4688 - This raises an interesting question about our change detection system - is filtered queries actually a good UX for this? They're ergonomic in the easy case, but what do we recommend when it's not so. - In this case, the system should have been migrated similary to https://github.com/bevyengine/bevy/pull/4180 anyway, so I've done that. |
||
---|---|---|
.. | ||
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 |