Skip to content

Commit

Permalink
build(deps): bump the ruffle group with 9 updates
Browse files Browse the repository at this point in the history
And follow the update to wgpu 22.1.0 manually.

Bumps the ruffle group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [ruffle_core](https://github.com/ruffle-rs/ruffle) | ``a00d0e9`` | ``f98999c`` |
| [ruffle_render_wgpu](https://github.com/ruffle-rs/ruffle) | ``a00d0e9`` | ``f98999c`` |
| [ruffle_video_software](https://github.com/ruffle-rs/ruffle) | ``a00d0e9`` | ``f98999c`` |
| [ruffle_frontend_utils](https://github.com/ruffle-rs/ruffle) | ``a00d0e9`` | ``f98999c`` |
| ruffle_gc_arena | ``a00d0e9`` | ``f98999c`` |
| ruffle_macros | ``a00d0e9`` | ``f98999c`` |
| ruffle_render | ``a00d0e9`` | ``f98999c`` |
| ruffle_video | ``a00d0e9`` | ``f98999c`` |
| ruffle_wstr | ``a00d0e9`` | ``f98999c`` |


Updates `ruffle_core` from `a00d0e9` to `f98999c`
- [Release notes](https://github.com/ruffle-rs/ruffle/releases)
- [Commits](ruffle-rs/ruffle@a00d0e9...f98999c)

Updates `ruffle_render_wgpu` from `a00d0e9` to `f98999c`
- [Release notes](https://github.com/ruffle-rs/ruffle/releases)
- [Commits](ruffle-rs/ruffle@a00d0e9...f98999c)

Updates `ruffle_video_software` from `a00d0e9` to `f98999c`
- [Release notes](https://github.com/ruffle-rs/ruffle/releases)
- [Commits](ruffle-rs/ruffle@a00d0e9...f98999c)

Updates `ruffle_frontend_utils` from `a00d0e9` to `f98999c`
- [Release notes](https://github.com/ruffle-rs/ruffle/releases)
- [Commits](ruffle-rs/ruffle@a00d0e9...f98999c)

Updates `ruffle_gc_arena` from `a00d0e9` to `f98999c`

Updates `ruffle_macros` from `a00d0e9` to `f98999c`

Updates `ruffle_render` from `a00d0e9` to `f98999c`

Updates `ruffle_video` from `a00d0e9` to `f98999c`

Updates `ruffle_wstr` from `a00d0e9` to `f98999c`

---
updated-dependencies:
- dependency-name: ruffle_core
  dependency-type: direct:production
  dependency-group: ruffle
- dependency-name: ruffle_render_wgpu
  dependency-type: direct:production
  dependency-group: ruffle
- dependency-name: ruffle_video_software
  dependency-type: direct:production
  dependency-group: ruffle
- dependency-name: ruffle_frontend_utils
  dependency-type: direct:production
  dependency-group: ruffle
- dependency-name: ruffle_gc_arena
  dependency-type: indirect
  dependency-group: ruffle
- dependency-name: ruffle_macros
  dependency-type: indirect
  dependency-group: ruffle
- dependency-name: ruffle_render
  dependency-type: indirect
  dependency-group: ruffle
- dependency-name: ruffle_video
  dependency-type: indirect
  dependency-group: ruffle
- dependency-name: ruffle_wstr
  dependency-type: indirect
  dependency-group: ruffle
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Aug 12, 2024
1 parent 33f42a6 commit 7328df4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 59 deletions.
103 changes: 45 additions & 58 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ndk = { version = "0.9.0", features = ["audio"] }
ndk-context = "0.1.1"

# Have to follow Ruffle with this.
wgpu = "0.20.1"
wgpu = "22.1.0"

ruffle_core = { git = "https://github.com/ruffle-rs/ruffle.git", branch = "master", features = [
"audio",
Expand Down

0 comments on commit 7328df4

Please sign in to comment.