Use default features in svg example
This commit is contained in:
parent
a8d55ceb82
commit
81d154d63a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,4 +6,4 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["svg", "tiny-skia", "debug"], default-features = false }
|
||||
iced = { path = "../..", features = ["svg"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue