Port bezier_tool example to use Canvas

This commit is contained in:
Héctor Ramón Jiménez 2020-04-28 03:47:41 +02:00
parent e4eb0553de
commit fd1ceac363
4 changed files with 150 additions and 299 deletions

View file

@ -6,7 +6,4 @@ edition = "2018"
publish = false
[dependencies]
iced = { path = "../.." }
iced_native = { path = "../../native" }
iced_wgpu = { path = "../../wgpu" }
lyon = "0.15"
iced = { path = "../..", features = ["canvas"] }