summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-01-04 05:12:38 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-01-04 05:12:38 +0100
commit2776d4634802d9bd7ca92e4ee7d86296bd966496 (patch)
treeae7fb84d2d93b25c2081a87dc17622b5377119ec /Cargo.toml
parent031784e274b0a65dc67004e503b89d29fe0e36ea (diff)
downloadiced-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7e70e1e8..45d69288 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }