diff options
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r-- | font/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index 0aca1ae0..2a97f0bd 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -12,7 +12,7 @@ foreign-types = "0.2.0" log = "0.3" [target.'cfg(not(target_os = "macos"))'.dependencies] -servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig" } +servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig", branch = "updated-2017-10-8" } freetype-rs = "0.13.0" [target.'cfg(target_os = "macos")'.dependencies] |