summaryrefslogtreecommitdiffstats
path: root/src/pure/sandbox.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-123/+0
2022-05-25Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez1-12/+1
... and remove `Application::background_color`
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-5/+20
RFC: https://github.com/iced-rs/rfcs/pull/6
2022-02-11Allow pure widgets to borrow from `Application` data :tada:Libravatar Héctor Ramón Jiménez1-2/+2
2022-02-11Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez1-0/+119
Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! :tada: