Adding accesskit_winit library as a dependency

Run this command in a terminal, in your project's directory:

cargo add accesskit_winit

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

accesskit_winit = "0.32.0"

The accesskit_winit library will be automatically available globally. Read the accesskit_winit library documentation.

Back to the crate overview.