Use canvas to draw color palette for example

This commit is contained in:
Clark Moody 2020-04-08 17:45:54 -05:00
parent 664a63a4b8
commit 6b18e78e53
3 changed files with 99 additions and 11 deletions

View file

@ -9,6 +9,6 @@ publish = false
palette = []
[dependencies]
iced = { path = "../..", features = ["palette"] }
iced = { path = "../..", features = ["canvas", "palette"] }
iced_core = { path = "../../core" }
iced_native = { path = "../../native" }