diff options
author | 2022-07-27 06:57:49 +0200 | |
---|---|---|
committer | 2022-07-27 06:57:49 +0200 | |
commit | effa6881f725fdfd2087205737484726f3580a43 (patch) | |
tree | 2ba3c93bc52af5dee2ac7f824c2bfe609bb72bbe /examples/arc/Cargo.toml | |
parent | 2dbcdba209b4c815fb5aa68584bfdf052c983e9a (diff) | |
download | iced-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.toml | 2 |
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"] } |