bevy/crates/bevy_ui
TimJentzsch 73c1ab1d42 Fix bevy_ui compile error without bevy_text (#7877)
# 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.
2023-03-02 22:44:12 +00:00
..
src Fix bevy_ui compile error without bevy_text (#7877) 2023-03-02 22:44:12 +00:00
Cargo.toml Integrate AccessKit (#6874) 2023-03-01 22:45:04 +00:00