blob: 4cf99efb49dbbfe05a43a0c75b5e6b9b036c02ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## arc_to
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_to
```
[`main`]: src/main.rs
|