Use crates.io release of raqote

This commit is contained in:
Alex Touchet 2023-02-08 19:36:12 -08:00
parent aa2e1433d2
commit d1c6a7ac1d
2 changed files with 3 additions and 2 deletions

View file

@ -33,7 +33,7 @@ lyon_geom = "1.0.4"
num-traits = "0.2"
pathfinder_geometry = "0.5"
pixels = { path = "../pixels" }
raqote = { git = "https://github.com/jrmuizel/raqote" }
raqote = "0.8.2"
servo_arc = { path = "../servo_arc" }
servo_config = { path = "../config" }
sparkle = "0.1.25"