aboutsummaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-03-07 12:21:17 +0400
committerGitHub <noreply@github.com>2024-03-07 12:21:17 +0400
commit55b36cebc474152c8d69d4b478bbd4b250b233bf (patch)
tree3a2a30a2af254959e82aa0e7330e611d4375061a /alacritty
parent6dbb3ff9002d3d6b6776370013cab36a78c3eb50 (diff)
downloadr-alacritty-55b36cebc474152c8d69d4b478bbd4b250b233bf.tar.gz
r-alacritty-55b36cebc474152c8d69d4b478bbd4b250b233bf.tar.bz2
r-alacritty-55b36cebc474152c8d69d4b478bbd4b250b233bf.zip
Bump winit to 0.29.14
Fixes #7806.
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml
index 84e5273d..313dfed2 100644
--- a/alacritty/Cargo.toml
+++ b/alacritty/Cargo.toml
@@ -39,7 +39,7 @@ serde_json = "1"
serde_yaml = "0.9.25"
toml = "0.8.2"
unicode-width = "0.1"
-winit = { version = "0.29.12", default-features = false, features = ["rwh_05", "serde"] }
+winit = { version = "0.29.14", default-features = false, features = ["rwh_05", "serde"] }
[build-dependencies]
gl_generator = "0.14.0"