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