summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLibravatar Héctor <hector@hecrj.dev>2025-01-28 18:28:38 +0100
committerLibravatar GitHub <noreply@github.com>2025-01-28 18:28:38 +0100
commitce7eafcd63e411ab86df96ac70aefeb4a9247432 (patch)
tree5183894cd11851b734d15277232a3987ccdfc4d4 /Cargo.lock
parentce4ee9323d31d7f346b1d775945f7629f3c5ab64 (diff)
parentbf3b40839b369b04af0d446f811586e1da943a8b (diff)
downloadiced-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.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 48c31dd5..83a222a2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2652,7 +2652,6 @@ dependencies = [
"tracing",
"wasm-bindgen-futures",
"web-sys",
- "winapi",
"window_clipboard",
"winit",
]