summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar hatoo <hato2000@gmail.com>2019-12-02 21:44:08 +0900
committerLibravatar hatoo <hato2000@gmail.com>2019-12-02 21:44:08 +0900
commita1f9be3089536681324c1a5233c3a58f47367b9f (patch)
tree238266c7c433bf14f8c4f2886fd4730a008a2b86 /Cargo.toml
parenta33f49ff4b1c11e467ec492a96e1e05e4d32d6aa (diff)
downloadiced-a1f9be3089536681324c1a5233c3a58f47367b9f.tar.gz
iced-a1f9be3089536681324c1a5233c3a58f47367b9f.tar.bz2
iced-a1f9be3089536681324c1a5233c3a58f47367b9f.zip
Remove unneeded dependency "winapi" from iced
Diffstat (limited to '')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 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"] }