Skip to content

Commit

Permalink
Add specs
Browse files Browse the repository at this point in the history
WASM doesn’t support parallel execution so we need
to set default-features = false.

amethyst/specs#341 (comment)
  • Loading branch information
tuzz committed Aug 22, 2019
1 parent 639e2e3 commit 593069f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 593069f

Please sign in to comment.