linebender / druid

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

Relax the Piet dependencies to allow semver compatible updates. #2298

Closed xStrom closed 1 year ago

xStrom commented 1 year ago

The previous strict dependency specification was because cargo was giving us unexpected versions when 0.5.0-pre1 type of versions were at play.

That isn't the case with the 0.6.0 line. Thus it makes sense to relax the specification, so that a potential 0.6.1 will reach Druid automatically.