Skip to content

Commit

Permalink
Switch to wgpu fork with backported GLES limits fix
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Feb 22, 2025
1 parent 3ad33cd commit dfb3471
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
15 changes: 5 additions & 10 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,12 @@ webbrowser = "1.0.3"

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

# TODO: remove this when v25 releases with https://github.com/gfx-rs/wgpu/pull/6994
# (or a v24.x with the backport: https://github.com/gfx-rs/wgpu/pull/7169)
# See also: https://github.com/ruffle-rs/ruffle/pull/19512
[patch.crates-io]
wgpu = { git = "https://github.com/ruffle-rs/wgpu", tag = "v24.0.1-ruffle1" }
naga = { git = "https://github.com/ruffle-rs/wgpu", tag = "v24.0.1-ruffle1" }

[features]
jpegxr = ["ruffle_core/jpegxr"]

0 comments on commit dfb3471

Please sign in to comment.