Replace stateful widgets with new iced_pure API
This commit is contained in:
parent
c44267b85f
commit
ff2519b1d4
142 changed files with 3631 additions and 14494 deletions
14
examples/arc/README.md
Normal file
14
examples/arc/README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
## 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue