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

View file

@ -30,6 +30,7 @@ gleam = "0.6.7"
half = "1"
ipc-channel = "0.12"
log = "0.4"
lyon_geom = "0.14"
num-traits = "0.2"
raqote = {git = "https://github.com/jrmuizel/raqote", optional = true}
pixels = {path = "../pixels"}