mirror of
https://github.com/servo/servo.git
synced 2025-06-19 06:38:59 +01:00
Revert "Revert "Update harfbuzz, freetype, unicode-script.""
This reverts commit 6b520850f3
.
This commit is contained in:
parent
64b26a73c5
commit
adb75ba114
5 changed files with 16 additions and 32 deletions
|
@ -20,7 +20,7 @@ euclid = "0.20"
|
|||
fnv = "1.0"
|
||||
fontsan = { git = "https://github.com/servo/fontsan" }
|
||||
gfx_traits = { path = "../gfx_traits" }
|
||||
harfbuzz-sys = "0.3"
|
||||
harfbuzz-sys = "0.4"
|
||||
ipc-channel = "0.14"
|
||||
lazy_static = "1"
|
||||
libc = "0.2"
|
||||
|
@ -37,7 +37,7 @@ style = { path = "../style", features = ["servo"] }
|
|||
time = "0.1.12"
|
||||
ucd = "0.1.1"
|
||||
unicode-bidi = { version = "0.3", features = ["with_serde"] }
|
||||
unicode-script = { version = "0.3", features = ["harfbuzz"] }
|
||||
unicode-script = "0.5"
|
||||
webrender_api = { git = "https://github.com/servo/webrender" }
|
||||
xi-unicode = "0.1.0"
|
||||
|
||||
|
@ -48,7 +48,7 @@ core-graphics = "0.19"
|
|||
core-text = "15.0"
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
|
||||
freetype = "0.4"
|
||||
freetype = "0.5"
|
||||
servo_allocator = { path = "../allocator" }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
|
|
|
@ -48,7 +48,7 @@ smallvec = { version = "0.6", features = ["std", "union"] }
|
|||
style = { path = "../style", features = ["servo", "servo-layout-2013"] }
|
||||
style_traits = { path = "../style_traits" }
|
||||
unicode-bidi = { version = "0.3", features = ["with_serde"] }
|
||||
unicode-script = { version = "0.3", features = ["harfbuzz"] }
|
||||
unicode-script = "0.5"
|
||||
webrender_api = { git = "https://github.com/servo/webrender" }
|
||||
xi-unicode = "0.1.0"
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ servo_arc = { path = "../servo_arc" }
|
|||
servo_url = { path = "../url" }
|
||||
style = { path = "../style", features = ["servo", "servo-layout-2020"] }
|
||||
style_traits = { path = "../style_traits" }
|
||||
unicode-script = { version = "0.3", features = ["harfbuzz"] }
|
||||
unicode-script = "0.5"
|
||||
webrender_api = { git = "https://github.com/servo/webrender" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue