Adding nokhwa library as a dependency

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

cargo add nokhwa

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

nokhwa = "0.10.7"

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

Back to the crate overview.