Skip to content

Commit c786a20

Browse files
committed
Switch to wgpu fork with backported GLES limits fix
1 parent 3ad33cd commit c786a20

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,12 @@ webbrowser = "1.0.3"
5050

5151
tokio = { version = "1.43.0", features = ["rt-multi-thread", "macros"]}
5252

53+
# TODO: remove this when v25 releases with https://github.com/gfx-rs/wgpu/pull/6994
54+
# (or a v24.x with the backport: https://github.com/gfx-rs/wgpu/pull/7169)
55+
# See also: https://github.com/ruffle-rs/ruffle/pull/19512
56+
[patch.crates-io]
57+
wgpu = { git = "https://github.com/ruffle-rs/wgpu", tag = "v24.0.1-ruffle1" }
58+
naga = { git = "https://github.com/ruffle-rs/wgpu", tag = "v24.0.1-ruffle1" }
59+
5360
[features]
5461
jpegxr = ["ruffle_core/jpegxr"]

0 commit comments

Comments
 (0)