summaryrefslogtreecommitdiffstats
path: root/examples/pure/todos/index.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-08Remove superfluous files from `pure` examplesLibravatar Héctor Ramón Jiménez1-12/+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`.
2022-01-29Add `index.html` for `todos` and `tour` exampleLibravatar Héctor Ramón Jiménez1-0/+12
You can use `trunk serve` to easily compile them!