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

3
Cargo.lock generated
View file

@ -5096,7 +5096,8 @@ checksum = "a871f1e45a3a3f0c73fb60343c811238bb5143a81642e27c2ac7aac27ff01a63"
[[package]]
name = "raqote"
version = "0.8.2"
source = "git+https://github.com/jrmuizel/raqote#7b235e9a7721d5db6dbfd82ec69e390111653081"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5b6cb89f8be6a645e5834f3ad44a7960d12343d97b5b7fb07cb0365ae36aa2d"
dependencies = [
"euclid",
"font-kit",

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"