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"