summaryrefslogtreecommitdiffstats
path: root/winit/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Nico Burns <nico@nicoburns.com>2023-05-11 20:35:11 +0100
committerLibravatar Nico Burns <nico@nicoburns.com>2023-05-11 21:41:18 +0100
commitece04c1a8de8fc4f943061d38d31e6e9eb07740d (patch)
tree4d8a46073aeea4adc91d252237460e41fb2f6a10 /winit/Cargo.toml
parent096bcd898838a4980ebecbc658d7851af226eae6 (diff)
downloadiced-ece04c1a8de8fc4f943061d38d31e6e9eb07740d.tar.gz
iced-ece04c1a8de8fc4f943061d38d31e6e9eb07740d.tar.bz2
iced-ece04c1a8de8fc4f943061d38d31e6e9eb07740d.zip
Bump winit rev
Diffstat (limited to 'winit/Cargo.toml')
-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]