Adding webm library as a dependency
Run this command in a terminal, in your project's directory:
cargo add webm
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
webm = "2.2.0"
The webm library will be automatically available globally.
Read the webm library documentation.