diff options
author | 2021-06-14 17:21:55 -0300 | |
---|---|---|
committer | 2021-06-25 14:15:11 +0200 | |
commit | 612585109ffc9a14a507c3c8423c6aa790c35cbf (patch) | |
tree | acf6d59469d89e46020cb7a27ce217294ed47e9e /Cargo.toml | |
parent | 96a462d2f2cb608ad14c93cc55896108a2dccb2b (diff) | |
download | iced-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.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 } |