summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winit/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml
index a1f3233b..342cbc5d 100644
--- a/winit/Cargo.toml
+++ b/winit/Cargo.toml
@@ -31,7 +31,7 @@ raw-window-handle = "0.5"
[dependencies.winit]
version = "0.28"
git = "https://github.com/nicoburns/winit.git"
-rev = "f160dc321eaa2e30f770f0b61f7ffc74541cafe0"
+rev = "dd5fcaf30114baf876677d997e362c23d7d134c8"
default-features = false
[dependencies.iced_runtime]