honzasp / rust-turbojpeg

Rust bindings for TurboJPEG library
MIT License
16 stars 12 forks source link

Re-export image dependency #17

Closed tyilo closed 6 months ago

tyilo commented 6 months ago

I need to use the same version of image as turbojpeg in my project. Currently I have to match the version range for image with the one that turbojpeg has.

By re-exporting the image dependency I can avoid this.

honzasp commented 6 months ago

Thank you! Released in version 1.0.2