From a6d93de47ffe44471bcc58a58c993df0e4b2b55c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 19 Oct 2022 08:55:42 -0600 Subject: [PATCH] Enable image feature for iced --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 477bf66c..147c9396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"