ChrisRega / image-compare

image comparison in rust
MIT License
39 stars 3 forks source link

Require minimal features from the image crate #5

Closed ericseppanen closed 11 months ago

ericseppanen commented 11 months ago

The image crate comes with a generous set of default features (different image formats) that aren't directly used by this crate. By reducing the set of required features here, a downstream crate can use a small set of image features, and that choice won't be overridden by image-compare.

This helps a bit with compile time; in my project this results in 30 fewer dependencies.

ChrisRega commented 11 months ago

Thanks for the work here :) I just published it with a changelog as version 0.3.1 as it doesn't change any API. Feel free to use it in your projects. Best regards Chris