summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glutin/Cargo.toml2
-rw-r--r--winit/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml
index b8484e9d..4300d77c 100644
--- a/glutin/Cargo.toml
+++ b/glutin/Cargo.toml
@@ -16,7 +16,7 @@ debug = ["iced_winit/debug"]
[dependencies.glutin]
version = "0.27"
git = "https://github.com/iced-rs/glutin"
-rev = "78a2ca5d9f78551d7d3144d5de2d9f6d47d455f3"
+rev = "849352f1cb7021b7514a3104daf3e6236c915dac"
[dependencies.iced_native]
version = "0.4"
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"