bevy/crates/bevy_ui/src
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
..
flex Re-enable taffy send+sync assert (#7769) 2023-02-21 02:36:05 +00:00
render Support system.in_schedule() and system.on_startup() (#7790) 2023-02-24 18:33:55 +00:00
widget Integrate AccessKit (#6874) 2023-03-01 22:45:04 +00:00
accessibility.rs Integrate AccessKit (#6874) 2023-03-01 22:45:04 +00:00
camera_config.rs Extract component derive (#7399) 2023-01-30 18:12:16 +00:00
focus.rs expose cursor position with scale (#7297) 2023-01-20 14:25:24 +00:00
geometry.rs Add doc tests for the Size constructor functions (#7658) 2023-02-13 18:20:34 +00:00
lib.rs Fix bevy_ui compile error without bevy_text (#7877) 2023-03-02 22:44:12 +00:00
node_bundles.rs make bevy_text optional again (#7801) 2023-02-24 02:21:07 +00:00
stack.rs Rename schedule v3 to schedule (#7519) 2023-02-06 18:44:40 +00:00
ui_node.rs Document the border field of Style. (#7868) 2023-03-02 17:37:09 +00:00
update.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00