Skip to content

Commit

Permalink
Update examples/scenes/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Kaur Kuut <[email protected]>
  • Loading branch information
simbleau and xStrom authored Mar 11, 2024
1 parent 28f258d commit b7f3d07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/scenes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ instant = "0.1"
byte-unit = "4.0.19"
inquire = "0.7"
ureq = "2.9.6"

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

0 comments on commit b7f3d07

Please sign in to comment.