From bf3b40839b369b04af0d446f811586e1da943a8b Mon Sep 17 00:00:00 2001 From: rhysd Date: Tue, 28 Jan 2025 21:41:37 +0900 Subject: Remove unused `winapi` crate from dependencies --- winit/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'winit') 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"] -- cgit