diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/bezier_tool/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bezier_tool/Cargo.toml b/examples/bezier_tool/Cargo.toml index b2547ff1..e5624097 100644 --- a/examples/bezier_tool/Cargo.toml +++ b/examples/bezier_tool/Cargo.toml @@ -7,4 +7,4 @@ publish = false [dependencies] iced.workspace = true -iced.features = ["canvas"] +iced.features = ["canvas", "debug"] |