Add platform specific settings

This commit is contained in:
hatoo 2019-11-30 21:32:46 +09:00
parent f0a857ddde
commit 5077f1dc6a
9 changed files with 106 additions and 0 deletions

View file

@ -34,6 +34,9 @@ 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"] }