Enable arc example

This commit is contained in:
Héctor Ramón Jiménez 2022-07-27 06:57:49 +02:00
parent 2dbcdba209
commit effa6881f7
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 7 additions and 4 deletions

View file

@ -6,4 +6,4 @@ edition = "2021"
publish = false
[dependencies]
iced = { path = "../../..", features = ["canvas", "tokio", "debug"] }
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }