honzasp / rust-turbojpeg

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

Support image crate 0.25 and not 0.24 #20

Closed j-baker closed 2 months ago

honzasp commented 2 months ago

Thanks for the PR! The 0.24 version of image still has more downloads on crates.io than 0.25, so I would like to keep support for 0.24. Fortunately, these two versions seem to be quite similar, so we can support both 0.24 and 0.25 without any change in code.

I released these changes as turbojpeg 1.1.1.