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`. | ||||
* | Implement `Scrollable` in `iced_pure` | 2022-02-12 | 1 | -2/+2 | |
| | |||||
* | Complete `Button` in `iced_pure` | 2022-02-11 | 1 | -2/+32 | |
| | |||||
* | Expose reusable `Button` logic | 2022-02-11 | 1 | -124/+38 | |
| | | | | ... and reuse it in `iced_pure`! | ||||
* | Allow pure widgets to borrow from `Application` data :tada: | 2022-02-11 | 1 | -12/+13 | |
| | |||||
* | Rename `iced_virtual` to `iced_pure` | 2022-02-11 | 1 | -0/+272 | |
`virtual` is a reserved keyword in Rust :grimacing: |