Use canvas to draw color palette for example
This commit is contained in:
parent
664a63a4b8
commit
6b18e78e53
3 changed files with 99 additions and 11 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue