summaryrefslogtreecommitdiffstats
path: root/winit
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 /winit
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 '')
-rw-r--r--winit/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml
index 10a6369b..f8f8e26e 100644
--- a/winit/Cargo.toml
+++ b/winit/Cargo.toml
@@ -39,9 +39,6 @@ winit.workspace = true
sysinfo.workspace = true
sysinfo.optional = true
-[target.'cfg(target_os = "windows")'.dependencies]
-winapi.workspace = true
-
[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys.workspace = true
web-sys.features = ["Document", "Window", "HtmlCanvasElement"]