diff options
author | 2024-03-19 06:37:40 +0100 | |
---|---|---|
committer | 2024-03-19 07:14:03 +0100 | |
commit | 06df0b7b08a2448a2a6ee72fa908b1064f1101e8 (patch) | |
tree | ccf93e4439575a347a8d920325505bc1e215f691 /Cargo.toml | |
parent | bf93c82fac4519e5320f9caee8bde2fdc1c6e41a (diff) | |
download | iced-06df0b7b08a2448a2a6ee72fa908b1064f1101e8.tar.gz iced-06df0b7b08a2448a2a6ee72fa908b1064f1101e8.tar.bz2 iced-06df0b7b08a2448a2a6ee72fa908b1064f1101e8.zip |
Update `winit` fork
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,4 +158,4 @@ web-time = "0.2" wgpu = "0.19" winapi = "0.3" window_clipboard = "0.4.1" -winit = { git = "https://github.com/iced-rs/winit.git", rev = "b91e39ece2c0d378c3b80da7f3ab50e17bb798a5" } +winit = { git = "https://github.com/iced-rs/winit.git", rev = "592bd152f6d5786fae7d918532d7db752c0d164f" } |