mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Revert "Update raqote, font-kit, fontconfig."
This reverts commit a6ca582a55
.
This commit is contained in:
parent
6b520850f3
commit
ecfaba9304
4 changed files with 55 additions and 46 deletions
|
@ -22,7 +22,7 @@ canvas_traits = { path = "../canvas_traits" }
|
|||
crossbeam-channel = "0.4"
|
||||
cssparser = "0.27"
|
||||
euclid = "0.20"
|
||||
font-kit = "0.9"
|
||||
font-kit = "0.7"
|
||||
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 = { git = "https://github.com/jrmuizel/raqote", features = ["text"] }
|
||||
raqote = { version = "0.8", features = ["text"] }
|
||||
servo_arc = { path = "../servo_arc" }
|
||||
servo_config = { path = "../config" }
|
||||
sparkle = "0.1.25"
|
||||
|
|
|
@ -52,7 +52,7 @@ freetype = "0.4"
|
|||
servo_allocator = { path = "../allocator" }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
servo-fontconfig = "0.5"
|
||||
servo-fontconfig = "0.4"
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
xml-rs = "0.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue