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"
|
||||
|
||||
[features]
|
||||
default = ["swbuf", "winit"]
|
||||
default = ["swbuf", "winit", "tokio"]
|
||||
debug = ["iced/debug"]
|
||||
swbuf = ["iced/swbuf", "iced_swbuf"]
|
||||
wayland = ["iced/wayland", "iced_glow"]
|
||||
|
|
@ -32,7 +32,7 @@ git = "https://github.com/pop-os/cosmic-theme.git"
|
|||
[dependencies.iced]
|
||||
path = "iced"
|
||||
default-features = false
|
||||
features = ["image", "svg", "tokio"]
|
||||
features = ["image", "svg"]
|
||||
|
||||
[dependencies.iced_core]
|
||||
path = "iced/core"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue