bevy/crates/bevy_ui/src/widget
Nolan Darilek 8d1f6ff7fa Integrate AccessKit (#6874)
# Objective

UIs created for Bevy cannot currently be made accessible. This PR aims to address that.

## Solution

Integrate AccessKit as a dependency, adding accessibility support to existing bevy_ui widgets.

## Changelog

### Added

* Integrate with and expose [AccessKit](https://accesskit.dev) for platform accessibility.
* Add `Label` for marking text specifically as a label for UI controls.
2023-03-01 22:45:04 +00:00
..
button.rs add #[reflect(Default)] to create default value for reflected types (#3733) 2022-05-03 19:20:13 +00:00
image.rs make bevy_text optional again (#7801) 2023-02-24 02:21:07 +00:00
label.rs Integrate AccessKit (#6874) 2023-03-01 22:45:04 +00:00
mod.rs Integrate AccessKit (#6874) 2023-03-01 22:45:04 +00:00
text.rs Changes in the size of a text node should trigger recomputation of its text (#7674) 2023-02-14 14:46:28 +00:00