Revert "Revert "Update raqote, font-kit, fontconfig.""

This reverts commit ecfaba9304.
This commit is contained in:
Josh Matthews 2020-08-10 13:11:22 -04:00
parent bd554a2a98
commit 64b26a73c5
4 changed files with 44 additions and 56 deletions

View file

@ -22,7 +22,7 @@ canvas_traits = { path = "../canvas_traits" }
crossbeam-channel = "0.4"
cssparser = "0.27"
euclid = "0.20"
font-kit = "0.7"
font-kit = "0.9"
fnv = "1.0"
gfx = { path = "../gfx" }
gleam = "0.11"
@ -32,7 +32,7 @@ log = "0.4"
lyon_geom = "0.14"
num-traits = "0.2"
pixels = { path = "../pixels" }
raqote = { version = "0.8", features = ["text"] }
raqote = { git = "https://github.com/jrmuizel/raqote", features = ["text"] }
servo_arc = { path = "../servo_arc" }
servo_config = { path = "../config" }
sparkle = "0.1.25"