diff options
author | 2019-10-07 19:50:04 +0200 | |
---|---|---|
committer | 2019-10-07 19:50:04 +0200 | |
commit | 0995950526bb605ddef5621c6e0590bb3232c1cb (patch) | |
tree | ff2aef99f416601ff38c7e29f0ef0096106bf547 /Cargo.toml | |
parent | 67f8da4b34da9bae4858e335c37ddc18e1a6e2b7 (diff) | |
download | iced-0995950526bb605ddef5621c6e0590bb3232c1cb.tar.gz iced-0995950526bb605ddef5621c6e0590bb3232c1cb.tar.bz2 iced-0995950526bb605ddef5621c6e0590bb3232c1cb.zip |
Use latest `wgpu`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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" } |