linebender / druid

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

Prepare to release `druid-derive` v0.5.1. #2377

Closed xStrom closed 1 year ago

xStrom commented 1 year ago

With the recent merger of #2375 we have master in a good state. But of course the repro steps given in #2373 still produce an error.

cargo init my_app
cd my_app
cargo add druid
cargo run

This can be fixed by releasing v0.5.1 of druid-derive which will be picked up by cargo as it is semver compatible.