From c2625ef450c0b7d33dcc61ede04d79f88981f6c0 Mon Sep 17 00:00:00 2001 From: Brock <58987761+13r0ck@users.noreply.github.com> Date: Thu, 15 Dec 2022 17:34:05 -0700 Subject: [PATCH] chore: Add tokio fieature to iced import This allows applets to use the `time::every` subscription --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"