Both the native and the web slider now have a member `step` to control the least possible change of the slider's value. It defaults to 1.0 for all sliders and can be adjusted with the step method. |
||
|---|---|---|
| .. | ||
| images | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
Tour
A simple UI tour that can run both on native platforms and the web! It showcases different widgets that can be built using Iced.
The main file contains all the code of the example! All the cross-platform GUI is defined in terms of state, messages, update logic and view logic.
You can run the native version with cargo run:
cargo run --package tour
The web version can be run by following the usage instructions of iced_web or by accessing iced.rs!