# 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. |
||
|---|---|---|
| .. | ||
| button.rs | ||
| font_atlas_debug.rs | ||
| relative_cursor_position.rs | ||
| text_debug.rs | ||
| text_layout.rs | ||
| text.rs | ||
| transparency_ui.rs | ||
| ui_scaling.rs | ||
| ui.rs | ||
| window_fallthrough.rs | ||
| z_index.rs | ||