2022-07-10 15:18:06 +02:00
|
|
|
## Arc
|
2022-07-10 15:15:29 +02:00
|
|
|
|
|
|
|
|
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`:
|
|
|
|
|
```
|
2022-07-10 15:18:06 +02:00
|
|
|
cargo run --package arc
|
2022-07-10 15:15:29 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
[`main`]: src/main.rs
|