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

This commit is contained in:
Ajacmac 2022-06-21 15:06:43 -03:00
parent 1dcc60ccfb
commit bbe3d24f70

View File

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