Implement basic theming Palette

This commit is contained in:
Héctor Ramón Jiménez 2022-05-21 17:33:31 -04:00
parent 664251f3f5
commit 2cfb307f8c
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 280 additions and 8 deletions

View file

@ -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"