diff options
author | 2022-07-10 18:40:11 +0200 | |
---|---|---|
committer | 2022-07-10 18:40:11 +0200 | |
commit | d1505a98d967f36679f8b7d98347ba03a4c2af1c (patch) | |
tree | b0139b1e87a7f98536c3d83cac1b99eafd0b28aa /examples/pure/arc/Cargo.toml | |
parent | 9051dd6977d045f991092e247e6bd9da40d2e793 (diff) | |
parent | 3a26a8ccd4c406b4b3f0d5c6d2863d0613798f01 (diff) | |
download | iced-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.toml | 9 |
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"] } |