![]() # Objective Fix problems with `FontAtlasSet`: * `FontAtlasSet` derives `Asset` but `FontAtlasSet`s are not Bevy assets. * The doc comments state that `FontAtlasSet`s are assets that are created automatically when fonts are loaded. They aren't, they are created as needed during text updates. ## Solution * Removed the `Asset` derive. * Rewrote the doc comments. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |