Skip to content

Commit 66ff1dd

Browse files
committed
Update wgpu-hal to 0.16.1 to fix mobile Safari
The release contains gfx-rs/wgpu#3780 Closes #2032
1 parent 16ed497 commit 66ff1dd

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Cargo.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/re_renderer/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ static_assertions = "1.1"
6767
thiserror.workspace = true
6868
type-map = "0.5"
6969
wgpu.workspace = true
70+
wgpu-hal = "0.16.1" # wgpu-hal 0.16.1 contains a critical fix for mobile devices: https://github.com/gfx-rs/wgpu/pull/3780
7071

7172
# optional
7273
arrow2 = { workspace = true, optional = true }

0 commit comments

Comments
 (0)