iced/examples/arc/README.md
2022-07-27 06:49:20 +02:00

14 lines
297 B
Markdown

## Arc
An application that uses the `Canvas` widget to draw a rotating arc.
This is a simple demo for https://github.com/iced-rs/iced/pull/1358.
The __[`main`]__ file contains all the code of the example.
You can run it with `cargo run`:
```
cargo run --package arc
```
[`main`]: src/main.rs