Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement pure version of `todos` example :tada: | 2022-02-12 | 1 | -2/+6 | |
| | | | | | | | | 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`. | ||||
* | Use `TypeId` of `()` for `Column` and `Row` tags in `iced_pure` | 2022-02-11 | 1 | -2/+1 | |
| | |||||
* | Implement `Row` in `iced_pure` | 2022-02-11 | 1 | -0/+223 | |