summaryrefslogtreecommitdiffstats
path: root/wgpu/src/widget/toggler.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-091-10/+0
| | | | Instead, we can define the type aliases just once in the root crate!
* Introduce state lifetime for `style_sheet` in `Toggler`Libravatar Héctor Ramón Jiménez2021-10-311-1/+2
|
* Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-1/+1
|
* Implement `Toggler` widget for iced_nativeLibravatar Kaiden422021-06-031-0/+9