mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
fix getrandom (#712)
This commit is contained in:
parent
677cb1fc67
commit
894cc5e40a
1 changed files with 3 additions and 0 deletions
|
@ -14,3 +14,6 @@ keywords = ["bevy"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ahash = "0.5.3"
|
ahash = "0.5.3"
|
||||||
|
|
||||||
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
|
getrandom = {version = "0.2.0", features = ["js"]}
|
||||||
|
|
Loading…
Reference in a new issue