Use default features in svg example

This commit is contained in:
Héctor Ramón Jiménez 2023-03-07 06:15:38 +01:00
parent a8d55ceb82
commit 81d154d63a
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -6,4 +6,4 @@ edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = ["svg", "tiny-skia", "debug"], default-features = false }
iced = { path = "../..", features = ["svg"] }