516: Depend on less of futures r=cwfitzgerald a=JMS55



Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
This commit is contained in:
bors[bot]
2020-08-18 23:24:39 +00:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ version = "0.6"
[dependencies]
arrayvec = "0.5"
futures = "0.3"
futures = { version = "0.3", default-features = false, features = ["std"] }
parking_lot = "0.11"
raw-window-handle = "0.3"
smallvec = "1"
@@ -59,6 +59,7 @@ rand = { version = "0.7.2", features = ["wasm-bindgen"] }
bytemuck = "1"
noise = "0.6"
ddsfile = "0.4"
futures = { version = "0.3", default-features = false, features = ["std", "executor"] }
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.subscriber]
package = "wgpu-subscriber"