diff options
author | 2024-01-16 12:01:33 +0100 | |
---|---|---|
committer | 2024-01-16 12:01:33 +0100 | |
commit | 17135cbd56316f31167eb62e026839450506573f (patch) | |
tree | be8c0ae8dc58109f3cd9da7b0ec07fc3e34ac870 /Cargo.toml | |
parent | 2776d4634802d9bd7ca92e4ee7d86296bd966496 (diff) | |
download | iced-17135cbd56316f31167eb62e026839450506573f.tar.gz iced-17135cbd56316f31167eb62e026839450506573f.tar.bz2 iced-17135cbd56316f31167eb62e026839450506573f.zip |
Update `winit` fork to `0.29.10`
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 = "25b5dc1758723699015c37b0a64f16ceb9c546ea", features = ["rwh_05"] } +winit = { git = "https://github.com/iced-rs/winit.git", rev = "b91e39ece2c0d378c3b80da7f3ab50e17bb798a5", features = ["rwh_05"] } |