Update lyon to 0.17 in iced_graphics

This commit is contained in:
Héctor Ramón Jiménez 2021-01-05 00:00:36 +01:00
parent 6821114cae
commit d0fe7b57ea
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 24 additions and 28 deletions

View file

@ -62,7 +62,7 @@ impl Path {
transform: &lyon::math::Transform,
) -> Path {
Path {
raw: self.raw.transformed(transform),
raw: self.raw.clone().transformed(transform),
}
}
}