Merge pull request #374 from Ajacmac/master

added wasm-bindgen-futures dependency to tutorial 1 to match code exa…
pull/379/head
sotrh 2 years ago committed by GitHub
commit 7284620506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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