linebender / druid

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

Update Rust stable to 1.82 and satisfy Clippy. #2409

Closed xStrom closed 1 month ago

xStrom commented 1 month ago

Contains one API change:

--- pub struct CustomCursor(Arc<HCursor>);
+++ pub struct CustomCursor(Rc<HCursor>);