Implement basic theming Palette
This commit is contained in:
parent
664251f3f5
commit
2cfb307f8c
3 changed files with 280 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue