summaryrefslogtreecommitdiffstats
path: root/src/pure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implemented Tooltip as PureLibravatar Casper Rogild Storm2022-04-221-0/+10
|
* Implement `pure` version of `Svg` widgetLibravatar Héctor Ramón Jiménez2022-03-221-0/+6
|
* Implement `pure` version of `QRCode` widgetLibravatar Héctor Ramón Jiménez2022-03-211-0/+6
|
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-0/+155
| | | | ... and fix collisions with the new `helpers`
* Fix `subscription` for `iced::pure::Application`Libravatar Héctor Ramón Jiménez2022-02-201-0/+4
|
* Allow pure widgets to borrow from `Application` data :tada:Libravatar Héctor Ramón Jiménez2022-02-112-4/+4
|
* Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez2022-02-112-0/+301
Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! :tada: