linebender / piet

An abstraction for 2D graphics.
Apache License 2.0
1.23k stars 95 forks source link

Re-export the `image` crate and prepare v0.6.2. #550

Closed xStrom closed 1 year ago

xStrom commented 1 year ago

Druid v0.8 ended up shipping with a different major version of image than Piet, which causes severe issues due to their incompatibility. The ultimate solution to this is to just have Piet re-export the image crate and druid-shell depend on that. Synchronization bliss!

This PR re-exports the image crate and bumps the version to v0.6.2.