From e7422f2904472a306dcc2cbc58488b8d184d8378 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 30 Sep 2022 14:58:28 -0600 Subject: [PATCH] Rename cosmic_theme feature in iced to cosmic-theme --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fd18f503..35ca1a72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,13 +17,13 @@ freedesktop-icons = "0.2.1" git = "https://github.com/pop-os/iced.git" branch = "cosmic-design-system" #path = "../iced" -features = ["cosmic_theme", "svg"] +features = ["cosmic-theme", "svg"] [dependencies.iced_native] git = "https://github.com/pop-os/iced.git" branch = "cosmic-design-system" #path = "../iced/native" -features = ["cosmic_theme"] +features = ["cosmic-theme"] [dependencies.iced_lazy] git = "https://github.com/pop-os/iced.git"