mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 16:24:24 +00:00
[rs] Update wasm-bindgen and web-sys to latest
This commit is contained in:
parent
ae880cbb93
commit
aa3792a68f
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
run: cargo build --release --target wasm32-unknown-unknown --examples
|
||||
|
||||
- name: Install wasm-bindgen-cli
|
||||
run: cargo install --force wasm-bindgen-cli --version 0.2.72
|
||||
run: cargo install --force wasm-bindgen-cli --version 0.2.73
|
||||
|
||||
- name: Generate JS bindings for the examples
|
||||
run: |
|
||||
|
@ -115,8 +115,8 @@ test = true
|
||||
#wasm-bindgen = { path = "../wasm-bindgen" }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
wasm-bindgen = "=0.2.72" # remember to change version in wiki as well
|
||||
web-sys = { version = "=0.3.49", features = [
|
||||
wasm-bindgen = "=0.2.73" # remember to change version in wiki as well
|
||||
web-sys = { version = "=0.3.50", features = [
|
||||
"Document",
|
||||
"Navigator",
|
||||
"Node",
|
||||
@ -241,8 +241,8 @@ web-sys = { version = "=0.3.49", features = [
|
||||
"HtmlCanvasElement",
|
||||
"Window",
|
||||
]}
|
||||
js-sys = "0.3.49"
|
||||
wasm-bindgen-futures = "0.4.22"
|
||||
js-sys = "0.3.50"
|
||||
wasm-bindgen-futures = "0.4.23"
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
||||
console_error_panic_hook = "0.1.6"
|
||||
|
Loading…
Reference in New Issue
Block a user