esimkowitz / dev-widgets

Collection of useful conversions and widgets implemented as a portable Rust app
https://widgets.fyi/
MIT License
12 stars 1 forks source link

Upgrade to Dioxus 0.5, implement Saturation/Brightness in ColorPicker #161

Closed esimkowitz closed 6 months ago

esimkowitz commented 6 months ago

This updates Dev Widgets to use the latest Dioxus 0.5 package. It also brings in the changes from #110 and #129, with a much-improved Color Picker, including a Saturation/Brightness box and better handling of pointer captures, thanks to the new Dioxus events system that I helped design!