diff options
author | Jeff Muizelaar <jrmuizel@gmail.com> | 2018-01-31 12:03:24 -0500 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2018-01-31 09:03:24 -0800 |
commit | 2466f81d5e0cb56dd00231f63f2dbcef1840196a (patch) | |
tree | 76d431e0ccf86e6c930742f9c22403b07311e7b6 /font/Cargo.toml | |
parent | 53a5a96fdd49975b4eb8072380a5573d8dd62263 (diff) | |
download | alacritty-2466f81d5e0cb56dd00231f63f2dbcef1840196a.tar.gz alacritty-2466f81d5e0cb56dd00231f63f2dbcef1840196a.zip |
Update core-text (#1061)
This cleans up a bunch of code.
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r-- | font/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index 5b86ff1a..d6bc5d63 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -16,7 +16,7 @@ servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig", branch = freetype-rs = "0.13" [target.'cfg(target_os = "macos")'.dependencies] -core-foundation = "0.4" -core-text = "8" -core-graphics = "0.12" -core-foundation-sys = "0.4" +core-foundation = "0.5" +core-text = "9.1" +core-graphics = "0.13" +core-foundation-sys = "0.5" |