Update winit dependency in iced-rs
This commit is contained in:
parent
9fc5ad23ed
commit
c4552a72d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue