aboutsummaryrefslogtreecommitdiff
path: root/font/Cargo.toml
diff options
context:
space:
mode:
authorMartin Lindhe <martinlindhe@users.noreply.github.com>2017-07-28 18:00:55 +0200
committerJoe Wilm <jwilm@users.noreply.github.com>2017-07-28 09:00:55 -0700
commitf3e0c8609f13c09a2b3ac1d909cac31a8e285b14 (patch)
tree4094adb21c6060bde79e172133e84609217fc830 /font/Cargo.toml
parentb5f7cc315b3d1f9f75d2f19af3e7a3e694164de9 (diff)
downloadalacritty-f3e0c8609f13c09a2b3ac1d909cac31a8e285b14.tar.gz
alacritty-f3e0c8609f13c09a2b3ac1d909cac31a8e285b14.zip
font: update macOS core-text dependency to 6.1.0, fixes #685 (#692)
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r--font/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml
index 98c7eaad..0aca1ae0 100644
--- a/font/Cargo.toml
+++ b/font/Cargo.toml
@@ -17,6 +17,6 @@ freetype-rs = "0.13.0"
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.3.0"
-core-text = "5.0.0"
+core-text = "6.1.0"
core-graphics = "0.8.1"
core-foundation-sys = "0.3.1"