summaryrefslogtreecommitdiffstats
path: root/examples/pure/todos (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement pure version of `todos` example :tada:Libravatar Héctor Ramón Jiménez2022-02-124-0/+650
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`.