From 7ee1f545e15e4c0a0303176e8db49fa76e993c7f Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Thu, 12 Oct 2023 13:14:18 +0200 Subject: [PATCH] chore(iced): enable `advanced` feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a04d4d5f..a74098bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ path = "cosmic-theme" [dependencies.iced] path = "./iced" default-features = false -features = ["image", "svg", "lazy"] +features = ["advanced", "image", "svg", "lazy"] [dependencies.iced_runtime] path = "./iced/runtime"