Crates.io | accesskit_winit |
lib.rs | accesskit_winit |
version | 0.23.1 |
source | src |
created_at | 2022-07-22 23:03:00.599287 |
updated_at | 2024-11-23 17:30:43.376635 |
description | AccessKit UI accessibility infrastructure: winit adapter |
homepage | |
repository | https://github.com/AccessKit/accesskit |
max_upload_size | |
id | 631203 |
size | 138,796 |
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.