diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-02-07 16:44:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 16:44:11 +0300 |
commit | db9e8d4b975285947c61189cf9564753531ebf5a (patch) | |
tree | ab3ee253497efd8fd5846a06cea9796fd04185f0 /alacritty/Cargo.toml | |
parent | 6832b86aa7a9adb386394e1caaf373e65297be4e (diff) | |
download | r-alacritty-db9e8d4b975285947c61189cf9564753531ebf5a.tar.gz r-alacritty-db9e8d4b975285947c61189cf9564753531ebf5a.tar.bz2 r-alacritty-db9e8d4b975285947c61189cf9564753531ebf5a.zip |
Update glutin to v0.23.0
Fixes #3191.
Fixes #3150.
Fixes #1465.
Fixes #1359.
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 759ad8c2..e18e5d68 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.22.0", features = ["serde"] } +glutin = { version = "0.23.0", features = ["serde"] } notify = "4" libc = "0.2" unicode-width = "0.1" |