mirror of
https://github.com/bevyengine/bevy
synced 2024-11-14 00:47:32 +00:00
73c1ab1d42
# Objective - Fixes #7874. - The `bevy_text` dependency is optional for `bevy_ui`, but the `accessibility` module depended on it. ## Solution - Guard the `accessibility` module behind the `bevy_text` feature and only add the plugin when it's enabled. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |