mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update harfbuzz to 0.3
`hb_font_funcs_set_glyph_h_kerning_func` is gone but I couldn't find any replacement. Kerning tests are passing and kerning seems fine on my computer so I guess it's useless now ?
This commit is contained in:
parent
af077f8cf7
commit
6ced81cbf0
5 changed files with 18 additions and 34 deletions
|
@ -51,7 +51,7 @@ smallvec = { version = "0.6", features = ["std", "union"] }
|
|||
style = {path = "../style", features = ["servo"]}
|
||||
style_traits = {path = "../style_traits"}
|
||||
unicode-bidi = {version = "0.3", features = ["with_serde"]}
|
||||
unicode-script = {version = "0.2", features = ["harfbuzz"]}
|
||||
unicode-script = {version = "0.3", features = ["harfbuzz"]}
|
||||
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
xi-unicode = "0.1.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue