From aa23bba9d48b3ce683c7090c7d7ab8c6e218868d Mon Sep 17 00:00:00 2001 From: edouard Date: Sun, 7 May 2023 11:06:09 +0200 Subject: [PATCH] ui: set default_features = false --- gui/ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/ui/Cargo.toml b/gui/ui/Cargo.toml index cf064395..647eb492 100644 --- a/gui/ui/Cargo.toml +++ b/gui/ui/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -iced = { version = "0.7", features = ["svg", "image"] } +iced = { version = "0.7", default_features = false, features = ["svg", "image", "glow"] } iced_native = "0.8" iced_lazy = { version = "0.4"} bitcoin = "0.29"