diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-03-11 22:31:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-12 01:31:59 +0300 |
commit | cc2fc0b1c36bbec7eb56d931e435e70a6e6e606c (patch) | |
tree | d3a5d42cdc0ffe3de1ad1b5d586167aa187aea92 /alacritty/Cargo.toml | |
parent | bb0a214a157adc81d1e598602bba7739ecec8672 (diff) | |
download | r-alacritty-cc2fc0b1c36bbec7eb56d931e435e70a6e6e606c.tar.gz r-alacritty-cc2fc0b1c36bbec7eb56d931e435e70a6e6e606c.tar.bz2 r-alacritty-cc2fc0b1c36bbec7eb56d931e435e70a6e6e606c.zip |
Update to glutin 0.24.0
Fixes #3266.
Fixes #3248.
Fixes #3188.
Fixes #3177.
Fixes #2445.
Fixes #1574.
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 c917c59b..b68d10e0 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 = { version = "0.23.0", features = ["serde"] } +glutin = { version = "0.24.0", features = ["serde"] } notify = "4" libc = "0.2" unicode-width = "0.1" |