comment: cleanup imports
This commit is contained in:
parent
204c9d6f52
commit
56eacdb358
4 changed files with 58 additions and 65 deletions
|
|
@ -6,9 +6,6 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
flo_curves = "0.7"
|
||||
iced = { path = "../..", features = ["canvas"] }
|
||||
iced_core = { path = "../../core" }
|
||||
iced_widget = { path = "../../widget" }
|
||||
iced = { path = "../..", features = ["advanced", "canvas"] }
|
||||
lyon_algorithms = "1"
|
||||
once_cell = "1"
|
||||
lyon = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue