summaryrefslogtreecommitdiffstats
path: root/examples/pure/todos/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-19/+0
|
* Implement missing `on_event` and `mouse_interaction` for `Checkbox` in ↵Libravatar Héctor Ramón Jiménez2022-02-121-1/+1
| | | | `iced_pure`
* Implement pure version of `todos` example :tada:Libravatar Héctor Ramón Jiménez2022-02-121-0/+19
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`.