Rely on new fast paths for basic shapes in lyon

See [1] for more details.

[1]: https://github.com/nical/lyon/pull/696
This commit is contained in:
Héctor Ramón Jiménez 2021-08-30 13:24:30 +07:00
parent 59b3d724ed
commit 30ce60109e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -37,6 +37,8 @@ path = "../style"
[dependencies.lyon]
version = "0.17"
git = "https://github.com/nical/lyon.git"
rev = "7cf55e76786602e1af767aeec0eccacc783d9d4b"
optional = true
[dependencies.qrcode]