Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export widget modules in `iced_pure` | 2022-03-16 | 1 | -31/+6 | |
| | | | | ... and fix collisions with the new `helpers` | ||||
* | Implement `pure` version of `game_of_life` example :tada: | 2022-03-09 | 1 | -3/+3 | |
| | |||||
* | Implement `pure` version of `Canvas` widget | 2022-03-09 | 1 | -0/+6 | |
| | |||||
* | Remove redundant `widget` modules in subcrates | 2022-03-09 | 1 | -0/+1 | |
| | | | | Instead, we can define the type aliases just once in the root crate! | ||||
* | Expose additional helpers in `iced::pure` | 2022-02-13 | 1 | -1/+16 | |
| | |||||
* | Implement `Image` in `iced_pure` | 2022-02-13 | 1 | -1/+4 | |
| | |||||
* | Implement pure version of `todos` example :tada: | 2022-02-12 | 1 | -1/+4 | |
| | | | | | | | | 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`. | ||||
* | Allow pure widgets to borrow from `Application` data :tada: | 2022-02-11 | 1 | -1/+2 | |
| | |||||
* | Expose `iced_pure` through a `pure` feature in `iced` | 2022-02-11 | 1 | -0/+29 | |
Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! :tada: |