diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-05 01:00:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-05 01:00:50 +0000 |
commit | 1cfb0740bc530da3162292bbf682a234240f26a3 (patch) | |
tree | cb156fc054b27f437f9a97a7f1af94ff58bb89c7 /Cargo.toml | |
parent | 5aaa350e1a79402244c3350b2cad9880c4e770e4 (diff) | |
download | alacritty-1cfb0740bc530da3162292bbf682a234240f26a3.tar.gz alacritty-1cfb0740bc530da3162292bbf682a234240f26a3.zip |
Bump winit to 0.20.0 Alpha 6
Fixes #3070.
Fixes #2893.
Fixes #2877.
Fixes #2829.
Fixes #2767.
Fixes #2271.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,3 +14,4 @@ incremental = false [patch.crates-io] servo-freetype-sys = { path = "servo-freetype-proxy" } +winit = { git = "https://github.com/rust-windowing/winit", rev = "d1c6506865c7bddbb5fb4d80a613e43ddc1370b5" } |