Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented Tooltip as Pure | 2022-04-22 | 1 | -0/+10 | |
| | |||||
* | Implement `pure` version of `Svg` widget | 2022-03-22 | 1 | -0/+6 | |
| | |||||
* | Implement `pure` version of `QRCode` widget | 2022-03-21 | 1 | -0/+6 | |
| | |||||
* | Export widget modules in `iced_pure` | 2022-03-16 | 1 | -0/+155 | |
| | | | | ... and fix collisions with the new `helpers` | ||||
* | Fix `subscription` for `iced::pure::Application` | 2022-02-20 | 1 | -0/+4 | |
| | |||||
* | Allow pure widgets to borrow from `Application` data :tada: | 2022-02-11 | 2 | -4/+4 | |
| | |||||
* | Expose `iced_pure` through a `pure` feature in `iced` | 2022-02-11 | 2 | -0/+301 | |
Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! :tada: |