Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable most features of bindgen to reduce dependencies (#41)
By default, bindgen depends on everything needed to build the bindgen command-line tool, such as clap and its various dependencies. Disable default-features on bindgen and just enable the minimum required features. This reduces loopdev's full dependency tree from 54 crates to 39 crates.
- Loading branch information