mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Refactor arc() and ellipse() to use lyon_geom::Arc
This commit is contained in:
parent
455fb18eca
commit
86ad6ed3b8
21 changed files with 55 additions and 151 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue