| Crates.io | accesskit_winit |
| lib.rs | accesskit_winit |
| version | 0.29.0 |
| created_at | 2022-07-22 23:03:00.599287+00 |
| updated_at | 2025-07-16 21:56:02.913046+00 |
| description | AccessKit UI accessibility infrastructure: winit adapter |
| homepage | |
| repository | https://github.com/AccessKit/accesskit |
| max_upload_size | |
| id | 631203 |
| size | 145,868 |
This is the winit adapter for AccessKit. It exposes an AccessKit accessibility tree through the platform-native accessibility API on any platform supported by AccessKit. On platforms not supported by AccessKit, this adapter does nothing, but still compiles.
The following only applies on Linux/Unix:
While this crate's API is purely blocking, it internally spawns asynchronous tasks on an executor.
tokio feature of this crate.The Android implementation of this adapter currently only works with GameActivity, which is one of the two activity implementations that winit currently supports.