Use kurbo to approximate arcs in iced_tiny_skia

This commit is contained in:
Héctor Ramón Jiménez 2023-02-27 02:58:02 +01:00
parent 4e615a65ca
commit 37ce30f360
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 71 additions and 10 deletions

View file

@ -14,6 +14,7 @@ tiny-skia = "0.8"
bytemuck = "1"
rustc-hash = "1.1"
ouroboros = "0.15"
kurbo = "0.9"
[dependencies.iced_native]
version = "0.9"