From 593069f05ebfbab9528ebe8a0bfa9b856872046e Mon Sep 17 00:00:00 2001 From: Chris Patuzzo Date: Thu, 22 Aug 2019 12:50:05 +0100 Subject: [PATCH] Add specs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WASM doesn’t support parallel execution so we need to set default-features = false. https://github.com/slide-rs/specs/issues/341#issuecomment-431710996 --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 66a1d4b..a9771c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,10 @@ lto = true [dependencies] wasm-bindgen = "0.2.42" +[dependencies.specs] +version = "0.15.0" +default-features = false + [dependencies.web-sys] version = "0.3.19" features = [