Skip to content

Commit

Permalink
Trying out gfx-rs/wgpu#3780 directly
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed May 25, 2023
1 parent b2f2246 commit 59deaab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ debug = true

# TODO(andreas): Either work around this issue in wgpu-egui (never discard command buffers) or wait for wgpu patch release.
# Fix for command buffer dropping crash https://github.com/gfx-rs/wgpu/pull/3726
wgpu = { git = "https://github.com/rerun-io/wgpu", rev = "de497aeda152a3515bac5eb4bf1b17f1757b9dac" }
wgpu-core = { git = "https://github.com/rerun-io/wgpu", rev = "de497aeda152a3515bac5eb4bf1b17f1757b9dac" }
wgpu = { git = "https://github.com/rerun-io/wgpu", rev = "6241c4f" }
wgpu-core = { git = "https://github.com/rerun-io/wgpu", rev = "6241c4f" }

0 comments on commit 59deaab

Please sign in to comment.