iced/examples/pure/arc
2022-07-10 15:23:51 +02:00
..
src Use Palette consistently in arc example 2022-07-10 15:23:51 +02:00
Cargo.toml Add and purify arc example by @ThatsNoMoon 2022-07-10 15:15:29 +02:00
README.md Fix README or arc example 2022-07-10 15:20:59 +02:00

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