diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2025-01-12 22:30:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-12 22:30:27 +0300 |
commit | 2290afff02bc8470fb4abeb2a2ffc1c22dc2ede7 (patch) | |
tree | 24b43ebabc38133cabfe36dc07b815bf5c1695e4 /alacritty/Cargo.toml | |
parent | cd884c984bbd6a7c65965681083da61e091ff7e5 (diff) | |
download | r-alacritty-2290afff02bc8470fb4abeb2a2ffc1c22dc2ede7.tar.gz r-alacritty-2290afff02bc8470fb4abeb2a2ffc1c22dc2ede7.tar.bz2 r-alacritty-2290afff02bc8470fb4abeb2a2ffc1c22dc2ede7.zip |
Bump glutin to 0.32.2
This cleans up context managing.
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 6fb2ee2b..fb961d8f 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -28,7 +28,7 @@ bitflags = "2.2.1" clap = { version = "4.2.7", features = ["derive", "env"] } copypasta = { version = "0.10.1", default-features = false } crossfont = "0.8.0" -glutin = { version = "0.32.0", default-features = false, features = ["egl", "wgl"] } +glutin = { version = "0.32.2", default-features = false, features = ["egl", "wgl"] } home = "0.5.5" libc = "0.2" log = { version = "0.4", features = ["std", "serde"] } |