diff options
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r-- | font/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index df495b61..a0c524b8 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -12,8 +12,8 @@ foreign-types = "0.3" log = "0.4" [target.'cfg(not(target_os = "macos"))'.dependencies] -servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig", branch = "updated-2017-10-8" } -freetype-rs = "0.13" +servo-fontconfig = "0.4.0" +freetype-rs = "0.19" [target.'cfg(target_os = "macos")'.dependencies] core-foundation = "0.6" |