linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.45k stars 569 forks source link

Synchronize `kurbo` and `image` imports with `piet-common`. #2352

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, as pointed out by @jpochyla. The ultimate solution to this is to import the image and kurbo crates from piet-common so that they remain synchronized.