Use latest wgpu

This commit is contained in:
Héctor Ramón Jiménez 2019-10-07 19:50:04 +02:00
parent 67f8da4b34
commit 0995950526
3 changed files with 13 additions and 19 deletions

View file

@ -21,9 +21,6 @@ members = [
"web",
]
[features]
vulkan = ["iced_wgpu/vulkan"]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
iced_winit = { version = "0.1.0-alpha", path = "winit" }
iced_wgpu = { version = "0.1.0-alpha", path = "wgpu" }