summaryrefslogtreecommitdiffstats
path: root/examples/pure/counter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-272-58/+0
|
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-2/+1
| | | | ... and fix collisions with the new `helpers`
* Remove superfluous files from `pure` examplesLibravatar Héctor Ramón Jiménez2022-03-082-30/+0
|
* Reuse `Text` widget from `iced_native` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-121-1/+1
|
* Expose function helpers to build widgets in `pure::widget`Libravatar Héctor Ramón Jiménez2022-02-111-5/+6
| | | | | `button("Hello")` is easier to write and read than `Button::new("Hello")`.
* Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez2022-02-112-14/+8
| | | | | | Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! :tada:
* Rename `iced_virtual` to `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-114-0/+94
`virtual` is a reserved keyword in Rust :grimacing: