Skip to content

Commit b1c7086

Browse files
authored
chore: Mention all adapters in common crate's README (#478)
1 parent e0053a5 commit b1c7086

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

common/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This is the shared cross-platform crate for [AccessKit](https://accesskit.dev/).
55
To use AccessKit in your application or toolkit, you will also need a platform adapter. The following platform adapters are currently available:
66

77
* [accesskit_windows](https://crates.io/crates/accesskit_windows): exposes an AccessKit tree on Windows using the UI Automation API
8+
* [accesskit_macos](https://crates.io/crates/accesskit_macos): exposes an AccessKit tree on MacOS through the Cocoa `NSAccessibility` protocol
9+
* [accesskit_unix](https://crates.io/crates/accesskit_unix): exposes an AccessKit tree on Linux and Unix systems through the AT-SPI protocol
810
* [accesskit_winit](https://crates.io/crates/accesskit_winit): wraps other platform adapters for use with the [winit](https://crates.io/crates/winit) windowing library
911

10-
All platform adapters include simple examples.
12+
Some platform adapters include simple examples.

0 commit comments

Comments
 (0)