summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-01-20 23:44:16 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-01-20 23:44:16 +0100
commit6ce61ed821e98cb00876d5fa92e16437a59d4c35 (patch)
tree1f5ebacef44fd26cf8918a24caa1d2af0e363148 /Cargo.toml
parentdcd4abd5af8f184400311a6c14b2ce0b902143ec (diff)
downloadiced-6ce61ed821e98cb00876d5fa92e16437a59d4c35.tar.gz
iced-6ce61ed821e98cb00876d5fa92e16437a59d4c35.tar.bz2
iced-6ce61ed821e98cb00876d5fa92e16437a59d4c35.zip
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 }