ui: set default_features = false
This commit is contained in:
parent
79984718bc
commit
aa23bba9d4
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user