aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-01-05 01:00:50 +0000
committerGitHub <noreply@github.com>2020-01-05 01:00:50 +0000
commit1cfb0740bc530da3162292bbf682a234240f26a3 (patch)
treecb156fc054b27f437f9a97a7f1af94ff58bb89c7 /Cargo.toml
parent5aaa350e1a79402244c3350b2cad9880c4e770e4 (diff)
downloadalacritty-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2e8fd4db..bb50a3d6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }