summaryrefslogtreecommitdiffstats
path: root/pure/src/widget/row.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement pure version of `todos` example :tada:Libravatar Héctor Ramón Jiménez2022-02-121-2/+6
| | | | | | | | The `Widget` trait in `iced_pure` needed to change a bit to make the implementation of `Element::map` possible. Specifically, the `children` method has been split into `diff` and `children_state`.
* 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