diff options
author | 2024-01-04 05:12:38 +0100 | |
---|---|---|
committer | 2024-01-04 05:12:38 +0100 | |
commit | 2776d4634802d9bd7ca92e4ee7d86296bd966496 (patch) | |
tree | ae7fb84d2d93b25c2081a87dc17622b5377119ec /Cargo.toml | |
parent | 031784e274b0a65dc67004e503b89d29fe0e36ea (diff) | |
download | iced-2776d4634802d9bd7ca92e4ee7d86296bd966496.tar.gz iced-2776d4634802d9bd7ca92e4ee7d86296bd966496.tar.bz2 iced-2776d4634802d9bd7ca92e4ee7d86296bd966496.zip |
Update `winit` fork to `0.29.8`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,4 +160,4 @@ web-time = "0.2" wgpu = "0.18" winapi = "0.3" window_clipboard = "0.3" -winit = { git = "https://github.com/iced-rs/winit.git", rev = "3bcdb9abcd7459978ec689523bc21943d38da0f9", features = ["rwh_05"] } +winit = { git = "https://github.com/iced-rs/winit.git", rev = "25b5dc1758723699015c37b0a64f16ceb9c546ea", features = ["rwh_05"] } |