summaryrefslogtreecommitdiffstats
path: root/examples/pure/tour (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-272-674/+0
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-9/+1
| | | | ... and check those in CI as well!
* Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez2022-06-291-2/+2
|
* Fix examples and doc-testsLibravatar Héctor Ramón Jiménez2022-05-261-2/+2
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-34/+3
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-2/+3
| | | | ... and fix collisions with the new `helpers`
* Remove superfluous files from `pure` examplesLibravatar Héctor Ramón Jiménez2022-03-082-40/+0
|
* Implement `pure` version of the `tour` example :tada:Libravatar Héctor Ramón Jiménez2022-02-134-0/+752