diff options
author | 2022-07-10 15:15:29 +0200 | |
---|---|---|
committer | 2022-07-10 15:15:29 +0200 | |
commit | 4b8ae71b6311f0e4906e445f099a3fdaf4623212 (patch) | |
tree | fc8211da5e4c1286b1f1b440de882efc9a6fa205 /examples/pure/arc/README.md | |
parent | 53d93a37dd2b0604897ef3cac9de5acb601ed230 (diff) | |
download | iced-4b8ae71b6311f0e4906e445f099a3fdaf4623212.tar.gz iced-4b8ae71b6311f0e4906e445f099a3fdaf4623212.tar.bz2 iced-4b8ae71b6311f0e4906e445f099a3fdaf4623212.zip |
Add and purify `arc` example by @ThatsNoMoon
Diffstat (limited to 'examples/pure/arc/README.md')
-rw-r--r-- | examples/pure/arc/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/pure/arc/README.md b/examples/pure/arc/README.md new file mode 100644 index 00000000..4cf99efb --- /dev/null +++ b/examples/pure/arc/README.md @@ -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 |