Implement transform method for Geometry

This commit is contained in:
Héctor Ramón Jiménez 2023-10-23 03:14:22 +02:00
parent 5467c19c80
commit 9b8614a4e2
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 29 additions and 13 deletions

View file

@ -7,4 +7,4 @@ publish = false
[dependencies]
iced.workspace = true
iced.features = ["canvas"]
iced.features = ["canvas", "debug"]