mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Use harfbuzz bindings from crates.io
https://github.com/servo/rust-harfbuzz/issues/39 https://www.mail-archive.com/dev-servo@lists.mozilla.org/msg01289.html
This commit is contained in:
parent
be6c251e4c
commit
56af011355
4 changed files with 149 additions and 151 deletions
|
@ -47,9 +47,6 @@ git = "https://github.com/servo/rust-stb-image"
|
|||
[dependencies.png]
|
||||
git = "https://github.com/servo/rust-png"
|
||||
|
||||
[dependencies.harfbuzz]
|
||||
git = "https://github.com/servo/rust-harfbuzz"
|
||||
|
||||
[dependencies.fontconfig]
|
||||
git = "https://github.com/servo/rust-fontconfig"
|
||||
|
||||
|
@ -81,3 +78,4 @@ bitflags = "*"
|
|||
rustc-serialize = "0.3"
|
||||
libc = "*"
|
||||
rand = "*"
|
||||
harfbuzz = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue