bevy/examples/ui
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 Fix the Size helper functions using the wrong default value and improve the UI examples (#7626) 2023-02-11 23:07:16 +00:00
font_atlas_debug.rs Rename Handle::as_weak() to cast_weak() (#5321) 2022-10-28 22:43:14 +00:00
relative_cursor_position.rs Fix the Size helper functions using the wrong default value and improve the UI examples (#7626) 2023-02-11 23:07:16 +00:00
text.rs Base Sets (#7466) 2023-02-06 03:10:08 +00:00
text_debug.rs Base Sets (#7466) 2023-02-06 03:10:08 +00:00
text_layout.rs Add width, height and all constructor functions to Size (#7468) 2023-02-02 14:29:39 +00:00
transparency_ui.rs Fix the Size helper functions using the wrong default value and improve the UI examples (#7626) 2023-02-11 23:07:16 +00:00
ui.rs Integrate AccessKit (#6874) 2023-03-01 22:45:04 +00:00
ui_scaling.rs Base Sets (#7466) 2023-02-06 03:10:08 +00:00
window_fallthrough.rs Add unsupported platforms note to ui window fallthrough example (#7827) 2023-02-27 00:44:11 +00:00
z_index.rs Fix the Size helper functions using the wrong default value and improve the UI examples (#7626) 2023-02-11 23:07:16 +00:00