summaryrefslogtreecommitdiffstats
path: root/glow/src/widget/toggler.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-09Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez1-10/+0
Instead, we can define the type aliases just once in the root crate!
2021-10-31Introduce state lifetime for `style_sheet` in `Toggler`Libravatar Héctor Ramón Jiménez1-1/+2
2021-10-31Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez1-1/+1
2021-06-03fix formatLibravatar Kaiden421-2/+2
2021-06-03add missing glow supportLibravatar Kaiden421-4/+4
2021-06-03Implement `Toggler` widget for iced_nativeLibravatar Kaiden421-0/+9