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

@ -60,7 +60,7 @@ members = [
]
[dependencies]
iced_core = { version = "0.1", path = "core" }
iced_core = { version = "0.2", path = "core" }
iced_futures = { version = "0.1", path = "futures" }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]