Fix wasm example using rand

This commit is contained in:
Olivier Goffart 2021-01-28 16:03:57 +01:00
parent bed45e879a
commit 9edf60a178
2 changed files with 2 additions and 2 deletions

View file

@ -29,4 +29,4 @@ sixtyfps-build = { path = "../../api/sixtyfps-rs/sixtyfps-build" }
#wasm# wasm-bindgen = { version = "0.2" }
#wasm# web-sys = { version = "0.3", features=["console"] }
#wasm# console_error_panic_hook = "0.1.5"
#wasm# rand = { version = "0.7.3", features = ["wasm-bindgen"] }
#wasm# getrandom = { version = "0.2.2", features = ["js"] }