Skip to content

Commit

Permalink
fix getrandom (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-its authored Oct 21, 2020
1 parent 677cb1f commit 894cc5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/bevy_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ keywords = ["bevy"]

[dependencies]
ahash = "0.5.3"

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = {version = "0.2.0", features = ["js"]}

0 comments on commit 894cc5e

Please sign in to comment.