chore: Do not enable iced/tokio features unconditionally

This commit is contained in:
Victoria Brekenfeld 2023-01-03 22:48:53 +01:00 committed by GitHub
parent 444e389496
commit cb2b0f7b9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"