accesskit_winit

Crates.ioaccesskit_winit
lib.rsaccesskit_winit
version0.29.0
created_at2022-07-22 23:03:00.599287+00
updated_at2025-07-16 21:56:02.913046+00
descriptionAccessKit UI accessibility infrastructure: winit adapter
homepage
repositoryhttps://github.com/AccessKit/accesskit
max_upload_size
id631203
size145,868
Arnold Loubriat (DataTriny)

documentation

README

AccessKit winit adapter

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.

Compatibility with async runtimes

The following only applies on Linux/Unix:

While this crate's API is purely blocking, it internally spawns asynchronous tasks on an executor.

  • If you use tokio, make sure to enable the tokio feature of this crate.
  • If you use another async runtime or if you don't use one at all, the default feature will suit your needs.

Android activity compatibility

The Android implementation of this adapter currently only works with GameActivity, which is one of the two activity implementations that winit currently supports.

Commit count: 553

cargo fmt