bevy/crates/bevy_text
Nicola Papale 6f291a037f
Fix panic when using debug_asset_server (#8485)
# Objective

- Fixes #8484

## Solution

Since #8445 fonts need to register a debug asset, otherwise the
`debug_asset_server` feature doesn't work. This adds the debug asset
registration
2023-04-25 10:11:11 +00:00
..
src Fix panic when using debug_asset_server (#8485) 2023-04-25 10:11:11 +00:00
Cargo.toml add a default font (#8445) 2023-04-21 22:30:18 +00:00