summaryrefslogtreecommitdiffstats
path: root/examples/bezier_tool
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-10-23 03:14:22 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-02 01:53:28 +0100
commit9b8614a4e2252f0b74d1a1b38b5e5bb55b1af995 (patch)
treea2b74570fb79dbc99bb609add8a9f938ec5abdce /examples/bezier_tool
parent5467c19c80c992f03890264ed58156305a26b19a (diff)
downloadiced-9b8614a4e2252f0b74d1a1b38b5e5bb55b1af995.tar.gz
iced-9b8614a4e2252f0b74d1a1b38b5e5bb55b1af995.tar.bz2
iced-9b8614a4e2252f0b74d1a1b38b5e5bb55b1af995.zip
Implement `transform` method for `Geometry`
Diffstat (limited to 'examples/bezier_tool')
-rw-r--r--examples/bezier_tool/Cargo.toml2
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"]