summaryrefslogtreecommitdiffstats
path: root/examples/pure/arc/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-07-10 18:40:11 +0200
committerLibravatar GitHub <noreply@github.com>2022-07-10 18:40:11 +0200
commitd1505a98d967f36679f8b7d98347ba03a4c2af1c (patch)
treeb0139b1e87a7f98536c3d83cac1b99eafd0b28aa /examples/pure/arc/Cargo.toml
parent9051dd6977d045f991092e247e6bd9da40d2e793 (diff)
parent3a26a8ccd4c406b4b3f0d5c6d2863d0613798f01 (diff)
downloadiced-d1505a98d967f36679f8b7d98347ba03a4c2af1c.tar.gz
iced-d1505a98d967f36679f8b7d98347ba03a4c2af1c.tar.bz2
iced-d1505a98d967f36679f8b7d98347ba03a4c2af1c.zip
Merge pull request #1358 from ThatsNoMoon/fix-arc_to
Fix `arc_to`
Diffstat (limited to '')
-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"] }