summaryrefslogtreecommitdiffstats
path: root/winit
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-08-30 16:12:20 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-08-30 16:12:20 +0700
commit4aa741af17ce9edec921be4a40b16301274289be (patch)
treeb0b062f5c9a900b8b777845d66572370bb9a717f /winit
parent9ab6923e943f784985e9ef9ca28b10278297225d (diff)
downloadiced-4aa741af17ce9edec921be4a40b16301274289be.tar.gz
iced-4aa741af17ce9edec921be4a40b16301274289be.tar.bz2
iced-4aa741af17ce9edec921be4a40b16301274289be.zip
Update `winit` and `glutin` dependencies
Fixes #1005 and closes #1007.
Diffstat (limited to 'winit')
-rw-r--r--winit/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml
index 503f977c..6eca624d 100644
--- a/winit/Cargo.toml
+++ b/winit/Cargo.toml
@@ -21,7 +21,7 @@ thiserror = "1.0"
[dependencies.winit]
version = "0.25"
git = "https://github.com/iced-rs/winit"
-rev = "fea65a7f852fb36956adc0b13b6647e25eec33ec"
+rev = "24a75a7bdc10d2dc2f520c36284618e9ae6c2568"
[dependencies.iced_native]
version = "0.4"