Skip to content

Commit 59deaab

Browse files
committed
Trying out gfx-rs/wgpu#3780 directly
1 parent b2f2246 commit 59deaab

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ debug = true
128128

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

0 commit comments

Comments
 (0)