pure::widget
`button("Hello")` is easier to write and read than `Button::new("Hello")`.
iced_pure
pure
iced
iced_virtual
The classic counter example explained in the README.
README
The main file contains all the code of the example.
main
You can run it with cargo run:
cargo run
cargo run --package counter