Install dependencies listed here before installing this crate!
https://github.com/projectM-visualizer/projectm/wiki/Building-libprojectM#dependencies
```rust (cargo.toml)
[dependencies] projectm-rs = "*"
(main.rs)
use projectm_rs ```