bitshifter / mathbench-rs

Comparing performance of Rust math libraries for common 3D game and graphics tasks
Other
197 stars 16 forks source link

Minimal feature set support for buildbench crates #20

Open bitshifter opened 4 years ago

bitshifter commented 4 years ago

buildbench has support for building crates with default features disabled, but often crates are using this to support no_std so it's not representative of a minimal std build.

To support this it would be necessary to define the mininal feature set for creates when default features are disabled.