summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Richard <richardsoncusto@gmail.com>2021-06-09 15:00:01 -0300
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-06-25 14:14:03 +0200
commit96a462d2f2cb608ad14c93cc55896108a2dccb2b (patch)
treecc87dea4b01aa89170f672668a051fb78cb9528a /Cargo.toml
parent9ae22b58d843d9a39212028478598c19a49bc2e6 (diff)
downloadiced-96a462d2f2cb608ad14c93cc55896108a2dccb2b.tar.gz
iced-96a462d2f2cb608ad14c93cc55896108a2dccb2b.tar.bz2
iced-96a462d2f2cb608ad14c93cc55896108a2dccb2b.zip
Use new enum variant and new winit repo
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 f00a197c..789ece88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -93,7 +93,7 @@ iced_futures = { version = "0.3", path = "futures" }
thiserror = "1.0"
[patch.crates-io]
-winit = { git="https://github.com/cryptowatch/winit", rev="f9180f3b3c0f4fb8fd8c65bd0adf641cd6b32dd0" }
+winit = { git="https://github.com/iced-rs/winit", rev="152eda9b2d995dd0f5b886a53bddac7c75738b47" }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
iced_winit = { version = "0.3", path = "winit" }