summaryrefslogtreecommitdiffstats
path: root/winit
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-06-23 18:25:41 +0200
committerLibravatar GitHub <noreply@github.com>2023-06-23 18:25:41 +0200
commitd9581f4e7efe0d4dc786396defa1eeecdd8f4e69 (patch)
treeee75d796e9d159d95201f0de32eaa9c482d94704 /winit
parent105e52ab5945a2014db9a559368884b5c34e09bd (diff)
parenta047588ae80cc22a791f07ad5e74a7e955160b24 (diff)
downloadiced-d9581f4e7efe0d4dc786396defa1eeecdd8f4e69.tar.gz
iced-d9581f4e7efe0d4dc786396defa1eeecdd8f4e69.tar.bz2
iced-d9581f4e7efe0d4dc786396defa1eeecdd8f4e69.zip
Merge pull request #1929 from tarkah/update/winit
Update winit
Diffstat (limited to '')
-rw-r--r--winit/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml
index b75b1929..de7c1c62 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/iced-rs/winit.git"
-rev = "ac1ddfe0bd870910b3aa64a18d386fdd55b30a1d"
+rev = "c52db2045d0a2f1b8d9923870de1d4ab1994146e"
default-features = false
[dependencies.iced_runtime]