Port bezier_tool example to use Canvas
This commit is contained in:
parent
e4eb0553de
commit
fd1ceac363
4 changed files with 150 additions and 299 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue