Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing dependencies to
bevy_text
feature (#8920)
# Objective - Fixes #8918. - The app should not crash if only the `bevy_text` feature is enabled. ## Solution The `bevy_text` feature now depends on `bevy_asset` and `bevy_sprite`, because it uses resources from these crates.
- Loading branch information