chore: Do not enable iced/tokio features unconditionally
This commit is contained in:
parent
444e389496
commit
cb2b0f7b9a
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
name = "cosmic"
|
name = "cosmic"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["swbuf", "winit"]
|
default = ["swbuf", "winit", "tokio"]
|
||||||
debug = ["iced/debug"]
|
debug = ["iced/debug"]
|
||||||
swbuf = ["iced/swbuf", "iced_swbuf"]
|
swbuf = ["iced/swbuf", "iced_swbuf"]
|
||||||
wayland = ["iced/wayland", "iced_glow"]
|
wayland = ["iced/wayland", "iced_glow"]
|
||||||
|
|
@ -32,7 +32,7 @@ git = "https://github.com/pop-os/cosmic-theme.git"
|
||||||
[dependencies.iced]
|
[dependencies.iced]
|
||||||
path = "iced"
|
path = "iced"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["image", "svg", "tokio"]
|
features = ["image", "svg"]
|
||||||
|
|
||||||
[dependencies.iced_core]
|
[dependencies.iced_core]
|
||||||
path = "iced/core"
|
path = "iced/core"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue