summaryrefslogtreecommitdiffstats
path: root/examples/pure/arc/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-07-10 15:15:29 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-07-10 15:15:29 +0200
commit4b8ae71b6311f0e4906e445f099a3fdaf4623212 (patch)
treefc8211da5e4c1286b1f1b440de882efc9a6fa205 /examples/pure/arc/Cargo.toml
parent53d93a37dd2b0604897ef3cac9de5acb601ed230 (diff)
downloadiced-4b8ae71b6311f0e4906e445f099a3fdaf4623212.tar.gz
iced-4b8ae71b6311f0e4906e445f099a3fdaf4623212.tar.bz2
iced-4b8ae71b6311f0e4906e445f099a3fdaf4623212.zip
Add and purify `arc` example by @ThatsNoMoon
Diffstat (limited to 'examples/pure/arc/Cargo.toml')
-rw-r--r--examples/pure/arc/Cargo.toml9
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"] }