From 2cfb307f8c3927a0876c6b754a5d7d673b9edfee Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 21 May 2022 17:33:31 -0400 Subject: Implement basic theming `Palette` --- style/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'style/Cargo.toml') diff --git a/style/Cargo.toml b/style/Cargo.toml index bb2a9645..cf9d328b 100644 --- a/style/Cargo.toml +++ b/style/Cargo.toml @@ -13,3 +13,10 @@ categories = ["gui"] [dependencies.iced_core] version = "0.5" path = "../core" +features = ["palette"] + +[dependencies.palette] +version = "0.6" + +[dependencies.lazy_static] +version = "1.4" -- cgit