Add platform specific settings
This commit is contained in:
parent
f0a857ddde
commit
5077f1dc6a
9 changed files with 106 additions and 0 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue