Skip to content

Commit

Permalink
Roll wasm32 target dependencies to latest (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinleili authored May 17, 2022
1 parent f5c2ff1 commit 36f8d83
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion run-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cargo-run-wasm = "0.1.0"
cargo-run-wasm = "0.1.1"
34 changes: 17 additions & 17 deletions wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,47 +32,47 @@ name = "wgpu-tests"
path = "tests/root.rs"

[[example]]
name="boids"
name = "boids"
test = true

[[example]]
name="bunnymark"
name = "bunnymark"
test = true

[[example]]
name="conservative-raster"
name = "conservative-raster"
test = true

[[example]]
name="cube"
name = "cube"
test = true

[[example]]
name="hello-compute"
name = "hello-compute"
test = true

[[example]]
name="mipmap"
name = "mipmap"
test = true

[[example]]
name="msaa-line"
name = "msaa-line"
test = true

[[example]]
name="shadow"
name = "shadow"
test = true

[[example]]
name="skybox"
name = "skybox"
test = true

[[example]]
name="texture-arrays"
name = "texture-arrays"
test = true

[[example]]
name="water"
name = "water"
test = true

[features]
Expand Down Expand Up @@ -157,8 +157,8 @@ rev = "1aa91549"
features = ["wgsl-out"]

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2.76"
web-sys = { version = "0.3.53", features = [
wasm-bindgen = "0.2.80"
web-sys = { version = "0.3.57", features = [
"Document",
"Navigator",
"Node",
Expand Down Expand Up @@ -280,10 +280,10 @@ web-sys = { version = "0.3.53", features = [
"GpuVertexStepMode",
"HtmlCanvasElement",
"OffscreenCanvas",
"Window",
]}
js-sys = "0.3.50"
wasm-bindgen-futures = "0.4.23"
"Window"
] }
js-sys = "0.3.57"
wasm-bindgen-futures = "0.4.30"
# parking_lot 0.12 switches from `winapi` to `windows`; permit either
parking_lot = ">=0.11,<0.13"

Expand Down

0 comments on commit 36f8d83

Please sign in to comment.