diff options
author | 2025-01-28 18:28:38 +0100 | |
---|---|---|
committer | 2025-01-28 18:28:38 +0100 | |
commit | ce7eafcd63e411ab86df96ac70aefeb4a9247432 (patch) | |
tree | 5183894cd11851b734d15277232a3987ccdfc4d4 /Cargo.lock | |
parent | ce4ee9323d31d7f346b1d775945f7629f3c5ab64 (diff) | |
parent | bf3b40839b369b04af0d446f811586e1da943a8b (diff) | |
download | iced-ce7eafcd63e411ab86df96ac70aefeb4a9247432.tar.gz iced-ce7eafcd63e411ab86df96ac70aefeb4a9247432.tar.bz2 iced-ce7eafcd63e411ab86df96ac70aefeb4a9247432.zip |
Merge pull request #2760 from rhysd/remove-winapi
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", ] |