added wasm-bindgen-futures dependency to tutorial 1 to match code example. wasm-pack won't build without it

pull/374/head
Ajacmac 2 years ago
parent 1dcc60ccfb
commit bbe3d24f70

@ -112,6 +112,7 @@ console_error_panic_hook = "0.1.6"
console_log = "0.2.0"
wgpu = { version = "0.12", features = ["webgl"]}
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4.30"
web-sys = { version = "0.3", features = [
"Document",
"Window",

Loading…
Cancel
Save