mirror of
https://github.com/sotrh/learn-wgpu.git
synced 2024-11-11 19:10:34 +00:00
added wasm-bindgen-futures dependency to tutorial 1 to match code example. wasm-pack won't build without it
This commit is contained in:
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…
Reference in New Issue
Block a user