Skip to content

Commit

Permalink
Revert update to wgpu 0.20 => downgrade to wgpu 0.19.1 (#4559)
Browse files Browse the repository at this point in the history
0.20 has a bunch of bugs that will be fixed by:

* gfx-rs/wgpu#5681

At Rerun, we don't want to wait for the wgpu 0.20.1 patch release before
we update egui, so we will temporarily downgrade to wgpu 0.19

After reverting I'll open a new PR that will update to 0.20 again, with
the intention of merging that once 0.20.1 is released.
  • Loading branch information
emilk authored May 28, 2024
1 parent 1888d19 commit 54429e0
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: wasm-bindgen
uses: jetli/[email protected]
with:
version: "0.2.92"
version: "0.2.90"

- run: ./scripts/wasm_bindgen_check.sh --skip-setup

Expand Down
Loading

0 comments on commit 54429e0

Please sign in to comment.