summaryrefslogtreecommitdiff
path: root/font
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-05-16 23:31:00 +0000
committerGitHub <noreply@github.com>2020-05-16 23:31:00 +0000
commit922f48e52c5643e7cce0aa72b87170d8f12b5cfa (patch)
tree1c6df66776677a6d2cdb76ebc7808da7fa78903f /font
parent9a0eac0a14e631485c9e33e7499d84549ba510fc (diff)
downloadalacritty-922f48e52c5643e7cce0aa72b87170d8f12b5cfa.tar.gz
alacritty-922f48e52c5643e7cce0aa72b87170d8f12b5cfa.zip
Bump winit to 0.22.2
Fixes #2601. Fixes #2475.
Diffstat (limited to 'font')
-rw-r--r--font/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml
index d847a2f7..1c546f40 100644
--- a/font/Cargo.toml
+++ b/font/Cargo.toml
@@ -17,10 +17,10 @@ servo-fontconfig = "0.5.0"
freetype-rs = "0.25"
[target.'cfg(target_os = "macos")'.dependencies]
-core-foundation = "0.6"
-core-text = "13"
-core-graphics = "0.17"
-core-foundation-sys = "0.6"
+core-foundation = "0.7"
+core-text = "15"
+core-graphics = "0.19"
+core-foundation-sys = "0.7"
[target.'cfg(windows)'.dependencies]
dwrote = { version = "0.11" }