summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Richard <richardsoncusto@gmail.com>2021-06-14 17:21:55 -0300
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-06-25 14:15:11 +0200
commit612585109ffc9a14a507c3c8423c6aa790c35cbf (patch)
treeacf6d59469d89e46020cb7a27ce217294ed47e9e /Cargo.toml
parent96a462d2f2cb608ad14c93cc55896108a2dccb2b (diff)
downloadiced-612585109ffc9a14a507c3c8423c6aa790c35cbf.tar.gz
iced-612585109ffc9a14a507c3c8423c6aa790c35cbf.tar.bz2
iced-612585109ffc9a14a507c3c8423c6aa790c35cbf.zip
Use `winit` and `glutin` forks in `iced-rs` org
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 789ece88..329877c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -92,9 +92,6 @@ iced_core = { version = "0.4", path = "core" }
iced_futures = { version = "0.3", path = "futures" }
thiserror = "1.0"
-[patch.crates-io]
-winit = { git="https://github.com/iced-rs/winit", rev="152eda9b2d995dd0f5b886a53bddac7c75738b47" }
-
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
iced_winit = { version = "0.3", path = "winit" }
iced_glutin = { version = "0.2", path = "glutin", optional = true }