summaryrefslogtreecommitdiffstats
path: root/pure/src/widget/row.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`Libravatar Héctor Ramón Jiménez2022-02-161-12/+2
* Implement pure version of `todos` example :tada:Libravatar Héctor Ramón Jiménez2022-02-121-2/+6
* Use `TypeId` of `()` for `Column` and `Row` tags in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-111-2/+1
* Implement `Row` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-111-0/+223