diff options
author | Joe Wilm <joe@jwilm.com> | 2017-10-08 22:33:01 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-10-08 22:33:01 -0700 |
commit | 6916537858d12e02478d618339d1b9f0e73a677a (patch) | |
tree | 1b26fba87cf2e48383f4060cf548ea8f3333bfc6 /font/Cargo.toml | |
parent | 2ea20f4823ae96f92f47a1984a6dd118a9632fdb (diff) | |
download | alacritty-6916537858d12e02478d618339d1b9f0e73a677a.tar.gz alacritty-6916537858d12e02478d618339d1b9f0e73a677a.zip |
Update servo-fontconfig-sys fork
Fixes naming collision issue on Fedora 26.
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] |