hadronized / luminance-rs

Type-safe, type-level and stateless Rust graphics framework
https://phaazon.github.io/learn-luminance/
Other
1.09k stars 59 forks source link

[examples] Update `image` dependency to ^0.23.12. #589

Closed kpreid closed 2 years ago

kpreid commented 2 years ago

DynamicImage::to_rgb8() was added in 0.23.12, and ImageBuffer::as_raw() was added in 0.23.10, so the existing version specification of 0.23 was too old.

I noticed this because when I updated my old clone of the luminance repository, the examples failed to compile due to the existing lock file specifying an older image version.