diff --git a/Cargo.toml b/Cargo.toml index 691a5db6..edc03a57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ git = "https://github.com/pop-os/cosmic-theme.git" [dependencies.iced] path = "iced" default-features = false -features = ["image", "svg"] +features = ["image", "svg", "tokio"] [dependencies.iced_core] path = "iced/core"