#ui-accessibility #winit

accesskit_winit

AccessKit UI accessibility infrastructure: winit adapter

77 releases (31 breaking)

new 0.32.2 Mar 4, 2026
0.31.1 Jan 18, 2026
0.29.2 Oct 25, 2025
0.29.0 Jul 16, 2025
0.1.0 Jul 22, 2022

#3 in Accessibility

Download history 149455/week @ 2025-11-19 147808/week @ 2025-11-26 153884/week @ 2025-12-03 177894/week @ 2025-12-10 162352/week @ 2025-12-17 119473/week @ 2025-12-24 131258/week @ 2025-12-31 168166/week @ 2026-01-07 203646/week @ 2026-01-14 291869/week @ 2026-01-21 268516/week @ 2026-01-28 256422/week @ 2026-02-04 159496/week @ 2026-02-11 173987/week @ 2026-02-18 176569/week @ 2026-02-25 215184/week @ 2026-03-04

758,069 downloads per month
Used in 971 crates (21 directly)

Apache-2.0

275KB
6K SLoC

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.

Dependencies

~6–46MB
~623K SLoC