iced/examples/pure
Héctor Ramón Jiménez bd22cc0bc0
Implement pure version of todos example 🎉
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-02-12 17:21:28 +07:00
..
counter Reuse Text widget from iced_native in iced_pure 2022-02-12 14:22:17 +07:00
todos Implement pure version of todos example 🎉 2022-02-12 17:21:28 +07:00