diff options
author | 2025-01-28 21:41:37 +0900 | |
---|---|---|
committer | 2025-01-28 21:41:37 +0900 | |
commit | bf3b40839b369b04af0d446f811586e1da943a8b (patch) | |
tree | 5183894cd11851b734d15277232a3987ccdfc4d4 /Cargo.toml | |
parent | ce4ee9323d31d7f346b1d775945f7629f3c5ab64 (diff) | |
download | iced-bf3b40839b369b04af0d446f811586e1da943a8b.tar.gz iced-bf3b40839b369b04af0d446f811586e1da943a8b.tar.bz2 iced-bf3b40839b369b04af0d446f811586e1da943a8b.zip |
Remove unused `winapi` crate from dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -188,7 +188,6 @@ wasm-timer = "0.2" web-sys = "0.3.69" web-time = "1.1" wgpu = "23.0" -winapi = "0.3" window_clipboard = "0.4.1" winit = { git = "https://github.com/iced-rs/winit.git", rev = "11414b6aa45699f038114e61b4ddf5102b2d3b4b" } |