summaryrefslogtreecommitdiffstats
path: root/winit/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'winit/Cargo.toml')
-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"]