diff options
author | 2025-01-28 21:41:37 +0900 | |
---|---|---|
committer | 2025-01-28 21:41:37 +0900 | |
commit | bf3b40839b369b04af0d446f811586e1da943a8b (patch) | |
tree | 5183894cd11851b734d15277232a3987ccdfc4d4 /Cargo.lock | |
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.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2652,7 +2652,6 @@ dependencies = [ "tracing", "wasm-bindgen-futures", "web-sys", - "winapi", "window_clipboard", "winit", ] |