mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
9873c9745b
# Objective Rename the `num_font_atlases` method of `FontAtlasSet` to `len`. All the function does is return the number of entries in its hashmap and the unnatural naming only makes it harder to discover. --- ## Changelog * Renamed the `num_font_atlases` method of `FontAtlasSet` to `len`. ## Migration Guide The `num_font_atlases` method of `FontAtlasSet` has been renamed to `len`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |