Adding accesskit library as a dependency

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

cargo add accesskit

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

accesskit = "0.24.0"

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

Back to the crate overview.