Skip to content

Commit 383497e

Browse files
committed
chore: Switch back to mainline wgpu 24.0.2
1 parent 40a7cb1 commit 383497e

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

Cargo.lock

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

Cargo.toml

-6
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ license = "MIT OR Apache-2.0"
4545
repository = "https://github.com/ruffle-rs/ruffle"
4646
version = "0.1.0"
4747

48-
# TODO: remove this when v25 releases with https://github.com/gfx-rs/wgpu/pull/6994
49-
# (or a v24.x with the backport: https://github.com/gfx-rs/wgpu/pull/7169)
50-
[patch.crates-io]
51-
wgpu = { git = "https://github.com/ruffle-rs/wgpu", tag = "v24.0.1-ruffle1" }
52-
naga = { git = "https://github.com/ruffle-rs/wgpu", tag = "v24.0.1-ruffle1" }
53-
5448
[workspace.dependencies]
5549
tracing = "0.1.41"
5650
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }

0 commit comments

Comments
 (0)