Skip to content

Commit 748c482

Browse files
committed
Update wgpu dependency to 0.19.3.
I would like to also enable WebGPU support, as that no longer needs special unstable flags, but doing so breaks WebGL on Firefox: <gfx-rs/wgpu#5332>
1 parent 452037f commit 748c482

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ trycmd = "0.14.1" # keep in sync with `snapbox`
109109
unicode-segmentation = { version = "1.10.1", default-features = false }
110110
wasm-bindgen-futures = "0.4.40"
111111
web-time = "1.0.0"
112-
wgpu = { version = "0.19.1", default-features = false, features = ["wgsl"] }
112+
wgpu = { version = "0.19.3", default-features = false, features = ["wgsl"] }
113113
yield-progress = { version = "0.1.5", default-features = false }
114114

115115
# Note: Lints are also necessarily redefined in the workspaces other than this one.

all-is-cubes-wasm/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

all-is-cubes-wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ send_wrapper = "0.6.0"
4949
wasm-bindgen = "0.2.90"
5050
wasm-bindgen-futures = "0.4.40"
5151
web-time = { version = "1.0.0" }
52-
wgpu = { version = "0.19.1", default-features = false, features = ["webgl"] }
52+
wgpu = { version = "0.19.3", default-features = false, features = ["webgl"] }
5353
# Feature enabling
5454
yield-progress = { version = "0.1.5", features = ["log_hiccups"] }
5555

0 commit comments

Comments
 (0)