summaryrefslogtreecommitdiffstats
path: root/examples/pure/todos/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-08Remove superfluous files from `pure` examplesLibravatar Héctor Ramón Jiménez1-20/+0
2022-02-12Implement pure version of `todos` example :tada:Libravatar Héctor Ramón Jiménez1-0/+0
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`.
2020-01-20Add `README` for `todos` exampleLibravatar Héctor Ramón Jiménez1-0/+20