mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +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]
|
||||
ahash = "0.5.3"
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
getrandom = {version = "0.2.0", features = ["js"]}
|
||||
|
|
Loading…
Add table
Reference in a new issue