Refactor arc() and ellipse() to use lyon_geom::Arc

This commit is contained in:
pylbrecht 2020-02-19 15:29:04 +01:00
parent 455fb18eca
commit 86ad6ed3b8
21 changed files with 55 additions and 151 deletions

1
Cargo.lock generated
View file

@ -516,6 +516,7 @@ dependencies = [
"half",
"ipc-channel",
"log",
"lyon_geom 0.14.0",
"num-traits",
"pixels",
"raqote",