summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-07-12 21:21:22 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-07-12 21:21:22 +0200
commitc4552a72d43e5f79faa7c64634be539d81f995b9 (patch)
tree75dbb9d379b872d1a1992135d90f65a792d65485 /Cargo.toml
parent9fc5ad23edca93553137100d167de7b69e88f785 (diff)
downloadiced-c4552a72d43e5f79faa7c64634be539d81f995b9.tar.gz
iced-c4552a72d43e5f79faa7c64634be539d81f995b9.tar.bz2
iced-c4552a72d43e5f79faa7c64634be539d81f995b9.zip
Update `winit` dependency in `iced-rs`
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 075682e4..1a4da1e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -94,7 +94,7 @@ iced_futures = { version = "0.3", path = "futures" }
thiserror = "1.0"
[patch.crates-io]
-winit = { git = "https://github.com/iced-rs/winit", rev = "e351421a32bf01b428325dde44dea39ee2656153"}
+winit = { git = "https://github.com/iced-rs/winit", rev = "327c8756f90953a6a03f818113f8566176e6eb0d"}
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
iced_winit = { version = "0.3", path = "winit" }