summaryrefslogtreecommitdiffstats
path: root/winit/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Cory Forsstrom <cforsstrom18@gmail.com>2023-06-23 08:21:30 -0700
committerLibravatar Cory Forsstrom <cforsstrom18@gmail.com>2023-06-23 08:21:30 -0700
commita047588ae80cc22a791f07ad5e74a7e955160b24 (patch)
treeee75d796e9d159d95201f0de32eaa9c482d94704 /winit/Cargo.toml
parent105e52ab5945a2014db9a559368884b5c34e09bd (diff)
downloadiced-a047588ae80cc22a791f07ad5e74a7e955160b24.tar.gz
iced-a047588ae80cc22a791f07ad5e74a7e955160b24.tar.bz2
iced-a047588ae80cc22a791f07ad5e74a7e955160b24.zip
Update winit
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 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]