2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2025-02-18 06:58:34 +00:00
bevy/crates/bevy_a11y/src
Nolan Darilek 8d1f6ff7fa Integrate AccessKit ()
# 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
..
lib.rs Integrate AccessKit () 2023-03-01 22:45:04 +00:00