Adding blinc_platform_android library as a dependency

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

cargo add blinc_platform_android

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

blinc_platform_android = "0.1.12"

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

Back to the crate overview.