diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-05-16 23:31:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 23:31:00 +0000 |
commit | 922f48e52c5643e7cce0aa72b87170d8f12b5cfa (patch) | |
tree | 1c6df66776677a6d2cdb76ebc7808da7fa78903f /font | |
parent | 9a0eac0a14e631485c9e33e7499d84549ba510fc (diff) | |
download | alacritty-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.toml | 8 |
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" } |