summaryrefslogtreecommitdiffstats
path: root/examples/pure/tour (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2-674/+0
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-9/+1
... and check those in CI as well!
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez1-2/+2
2022-05-26Fix examples and doc-testsLibravatar Héctor Ramón Jiménez1-2/+2
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-34/+3
RFC: https://github.com/iced-rs/rfcs/pull/6
2022-03-16Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez1-2/+3
... and fix collisions with the new `helpers`
2022-03-08Remove superfluous files from `pure` examplesLibravatar Héctor Ramón Jiménez2-40/+0
2022-02-13Implement `pure` version of the `tour` example :tada:Libravatar Héctor Ramón Jiménez4-0/+752