Make Harfbuzz font_funcs static

This commit is contained in:
Matt Brubeck 2015-08-03 14:56:11 -07:00
parent f1e268b1e8
commit 47a0d494ec
4 changed files with 20 additions and 13 deletions

View file

@ -466,6 +466,7 @@ dependencies = [
"harfbuzz 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
"lazy_static 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",