Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `max_width` to `Column` in `iced_pure` | 2022-02-12 | 1 | -1/+9 | |
| | |||||
* | Implement missing `on_event` and `mouse_interaction` for `Checkbox` in ↵ | 2022-02-12 | 1 | -1/+1 | |
| | | | | `iced_pure` | ||||
* | Implement pure version of `todos` example :tada: | 2022-02-12 | 4 | -0/+650 | |
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`. |