From a1f9be3089536681324c1a5233c3a58f47367b9f Mon Sep 17 00:00:00 2001 From: hatoo Date: Mon, 2 Dec 2019 21:44:08 +0900 Subject: Remove unneeded dependency "winapi" from iced --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5361133c..7039a5b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,9 +34,6 @@ iced_wgpu = { version = "0.1.0", path = "wgpu" } [target.'cfg(target_arch = "wasm32")'.dependencies] iced_web = { version = "0.1.0", path = "web" } -[target.'cfg(target_os = "windows")'.dependencies.winapi] -version = "0.3.6" - [dev-dependencies] env_logger = "0.7" serde = { version = "1.0", features = ["derive"] } -- cgit