Add and purify arc example by @ThatsNoMoon
This commit is contained in:
parent
53d93a37dd
commit
4b8ae71b63
5 changed files with 155 additions and 5 deletions
14
examples/pure/arc/README.md
Normal file
14
examples/pure/arc/README.md
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue