mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
1edec4d890
# Objective - Not including bevy's default font shouldn't result in code not compiling anymore. - Games may want to load their own default font into the default `Handle<Font>` and not include bevy's default font, but still use these convenience impls (https://github.com/bevyengine/bevy/issues/12192 currently makes this a bit inconvenient, but it does work). ## Solution - Include these impls unconditionally. - Slightly expand the comment on the `font` field to indicate that a custom font can be used to override the default font. - (drive-by: add `#[reflect(Default)]` on `TextSection`, since it was missing a way to construct it via reflection) |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |