diff options
Diffstat (limited to 'examples/bezier_tool/Cargo.toml')
-rw-r--r-- | examples/bezier_tool/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/bezier_tool/Cargo.toml b/examples/bezier_tool/Cargo.toml index 890e3027..b2547ff1 100644 --- a/examples/bezier_tool/Cargo.toml +++ b/examples/bezier_tool/Cargo.toml @@ -6,4 +6,5 @@ edition = "2021" publish = false [dependencies] -iced = { path = "../..", features = ["canvas"] } +iced.workspace = true +iced.features = ["canvas"] |