diff options
author | 2024-05-08 09:23:53 +0200 | |
---|---|---|
committer | 2024-05-08 09:23:53 +0200 | |
commit | e07b42ac96b8d098a883c93afe828a439f479c7b (patch) | |
tree | 4858388c6b4e2f41a484164a72af53bdaf11f9f1 /Cargo.toml | |
parent | 247870f83bc12f3f4b549bb582f1058f5adcce25 (diff) | |
parent | 7e7285d60f08e9d32a796e9adf7e37535a67fc43 (diff) | |
download | iced-e07b42ac96b8d098a883c93afe828a439f479c7b.tar.gz iced-e07b42ac96b8d098a883c93afe828a439f479c7b.tar.bz2 iced-e07b42ac96b8d098a883c93afe828a439f479c7b.zip |
Merge pull request #2427 from iced-rs/winit-0.30
Update `winit` to `0.30`
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -172,11 +172,11 @@ unicode-segmentation = "1.0" wasm-bindgen-futures = "0.4" wasm-timer = "0.2" web-sys = "=0.3.67" -web-time = "0.2" +web-time = "1.1" wgpu = "0.19" winapi = "0.3" window_clipboard = "0.4.1" -winit = { git = "https://github.com/iced-rs/winit.git", rev = "592bd152f6d5786fae7d918532d7db752c0d164f" } +winit = { git = "https://github.com/iced-rs/winit.git", rev = "8affa522bc6dcc497d332a28c03491d22a22f5a7" } [workspace.lints.rust] rust_2018_idioms = "forbid" |