fix getrandom (#712)
This commit is contained in:
parent
677cb1fc67
commit
894cc5e40a
@ -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…
Reference in New Issue
Block a user