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 /alacritty/Cargo.toml | |
parent | 5aaa350e1a79402244c3350b2cad9880c4e770e4 (diff) | |
download | r-alacritty-1cfb0740bc530da3162292bbf682a234240f26a3.tar.gz r-alacritty-1cfb0740bc530da3162292bbf682a234240f26a3.tar.bz2 r-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 'alacritty/Cargo.toml')
-rw-r--r-- | alacritty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index b1909f05..45353dad 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -18,7 +18,7 @@ fnv = "1" serde = { version = "1", features = ["derive"] } serde_yaml = "0.8" serde_json = "1" -glutin = { git = "https://github.com/chrisduerr/glutin" } +glutin = "0.22.0-alpha5" notify = "4" libc = "0.2" unicode-width = "0.1" |