Enable image feature for iced

This commit is contained in:
Jeremy Soller 2022-10-19 08:55:42 -06:00
parent 20b27380b3
commit a6d93de47f
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -19,7 +19,7 @@ derive_setters = "0.1.5"
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
# path = "../iced"
features = ["cosmic-theme", "svg"]
features = ["cosmic-theme", "image", "svg"]
[dependencies.iced_lazy]
git = "https://github.com/pop-os/iced.git"