summaryrefslogtreecommitdiffstats
path: root/examples/arc/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-07-27 06:57:49 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-07-27 06:57:49 +0200
commiteffa6881f725fdfd2087205737484726f3580a43 (patch)
tree2ba3c93bc52af5dee2ac7f824c2bfe609bb72bbe /examples/arc/Cargo.toml
parent2dbcdba209b4c815fb5aa68584bfdf052c983e9a (diff)
downloadiced-effa6881f725fdfd2087205737484726f3580a43.tar.gz
iced-effa6881f725fdfd2087205737484726f3580a43.tar.bz2
iced-effa6881f725fdfd2087205737484726f3580a43.zip
Enable `arc` example
Diffstat (limited to 'examples/arc/Cargo.toml')
-rw-r--r--examples/arc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/arc/Cargo.toml b/examples/arc/Cargo.toml
index 299f5a3e..e6e74363 100644
--- a/examples/arc/Cargo.toml
+++ b/examples/arc/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2021"
publish = false
[dependencies]
-iced = { path = "../../..", features = ["canvas", "tokio", "debug"] }
+iced = { path = "../..", features = ["canvas", "tokio", "debug"] }