summaryrefslogtreecommitdiffstats
path: root/examples/pure/counter/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-49/+0
2022-03-16Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez1-2/+1
... and fix collisions with the new `helpers`
2022-02-12Reuse `Text` widget from `iced_native` in `iced_pure`Libravatar Héctor Ramón Jiménez1-1/+1
2022-02-11Expose function helpers to build widgets in `pure::widget`Libravatar Héctor Ramón Jiménez1-5/+6
`button("Hello")` is easier to write and read than `Button::new("Hello")`.
2022-02-11Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez1-12/+7
Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! :tada:
2022-02-11Rename `iced_virtual` to `iced_pure`Libravatar Héctor Ramón Jiménez1-0/+54
`virtual` is a reserved keyword in Rust :grimacing: