summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-06-10 22:01:23 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-06-10 22:01:23 +0200
commit49affc44ff57ad879a73d9b4d329863d6f4b1d2c (patch)
tree0e17959cff018ddd605878239446a6dbc46c09be /Cargo.toml
parent06ff17fcf87495663a295d1548df1c2ac03dafbd (diff)
downloadiced-49affc44ff57ad879a73d9b4d329863d6f4b1d2c.tar.gz
iced-49affc44ff57ad879a73d9b4d329863d6f4b1d2c.tar.bz2
iced-49affc44ff57ad879a73d9b4d329863d6f4b1d2c.zip
Update `winit` to `0.30.1`
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 fc35fee8..44b3d307 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -176,7 +176,7 @@ web-time = "1.1"
wgpu = "0.19"
winapi = "0.3"
window_clipboard = "0.4.1"
-winit = { git = "https://github.com/iced-rs/winit.git", rev = "8affa522bc6dcc497d332a28c03491d22a22f5a7" }
+winit = { git = "https://github.com/iced-rs/winit.git", rev = "254d6b3420ce4e674f516f7a2bd440665e05484d" }
[workspace.lints.rust]
rust_2018_idioms = "forbid"