rpi-ws281x / rpi-ws281x-rust

Rust bindings to the ws821x library enabled by bindgen.
MIT License
38 stars 24 forks source link

Bump bindgen to 0.54; disable optional dependencies. #14

Closed adeschamps closed 4 years ago

adeschamps commented 4 years ago

Bindgen enables clap by default (so you can cargo install the CLI tool without additional arguments) but most build.rs files don't need it. This eliminates a number of dependencies from projects that aren't using clap.