diff options
Diffstat (limited to 'examples/pure/arc/Cargo.toml')
-rw-r--r-- | examples/pure/arc/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/pure/arc/Cargo.toml b/examples/pure/arc/Cargo.toml new file mode 100644 index 00000000..22113cf1 --- /dev/null +++ b/examples/pure/arc/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "arc" +version = "0.1.0" +authors = ["ThatsNoMoon <git@thatsnomoon.dev>"] +edition = "2021" +publish = false + +[dependencies] +iced = { path = "../../..", features = ["pure", "canvas", "tokio", "debug"] } |