summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor <hector@hecrj.dev>2025-01-20 23:55:05 +0100
committerLibravatar GitHub <noreply@github.com>2025-01-20 23:55:05 +0100
commit75a6f32a5ef49bb8e6d16506d84b07822a33c41b (patch)
tree1f5ebacef44fd26cf8918a24caa1d2af0e363148 /Cargo.toml
parentdcd4abd5af8f184400311a6c14b2ce0b902143ec (diff)
parent6ce61ed821e98cb00876d5fa92e16437a59d4c35 (diff)
downloadiced-75a6f32a5ef49bb8e6d16506d84b07822a33c41b.tar.gz
iced-75a6f32a5ef49bb8e6d16506d84b07822a33c41b.tar.bz2
iced-75a6f32a5ef49bb8e6d16506d84b07822a33c41b.zip
Merge pull request #2737 from iced-rs/update-winit-0.30.8
Update our `winit` fork with `0.30.8` fixes
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 be9f8b49..958af111 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -189,7 +189,7 @@ web-time = "1.1"
wgpu = "23.0"
winapi = "0.3"
window_clipboard = "0.4.1"
-winit = { git = "https://github.com/iced-rs/winit.git", rev = "254d6b3420ce4e674f516f7a2bd440665e05484d" }
+winit = { git = "https://github.com/iced-rs/winit.git", rev = "11414b6aa45699f038114e61b4ddf5102b2d3b4b" }
[workspace.lints.rust]
rust_2018_idioms = { level = "forbid", priority = -1 }