diff options
author | 2021-07-20 21:34:20 +0700 | |
---|---|---|
committer | 2021-07-20 21:34:44 +0700 | |
commit | 82db3c78b6cfa2cc55ece6ffa46811bfb5195f60 (patch) | |
tree | 49b1011ad3dbc4fec78a52fef78628754ae9217e /Cargo.toml | |
parent | b97954a1ee3ec7bc85d1d41b397e994752ff1831 (diff) | |
download | iced-82db3c78b6cfa2cc55ece6ffa46811bfb5195f60.tar.gz iced-82db3c78b6cfa2cc55ece6ffa46811bfb5195f60.tar.bz2 iced-82db3c78b6cfa2cc55ece6ffa46811bfb5195f60.zip |
Update `winit` and `glutin` dependencies
... and remove crates.io patch
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -93,9 +93,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 = "327c8756f90953a6a03f818113f8566176e6eb0d"} - [target.'cfg(not(target_arch = "wasm32"))'.dependencies] iced_winit = { version = "0.3", path = "winit" } iced_glutin = { version = "0.2", path = "glutin", optional = true } |