projectm_sys
Run this command in a terminal, in your project's directory:
cargo add projectm-sys
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
projectm-sys = "1.2.2"
The projectm_sys library will be automatically available globally. Read the projectm_sys library documentation.
Back to the crate overview.