Skip to content

Commit

Permalink
Bump the ruffle group with 9 updates
Browse files Browse the repository at this point in the history
Bumps the ruffle group with 9 updates:

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

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

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

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

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

Updates `ruffle_gc_arena` from `e9ee607` to `7bf2d94`

Updates `ruffle_macros` from `e9ee607` to `7bf2d94`

Updates `ruffle_render` from `e9ee607` to `7bf2d94`

Updates `ruffle_video` from `e9ee607` to `7bf2d94`

Updates `ruffle_wstr` from `e9ee607` to `7bf2d94`

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Feb 17, 2025
1 parent a2936f6 commit 2f9c120
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 46 deletions.
122 changes: 77 additions & 45 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 = "23.0.1"
wgpu = "24.0.1"

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

0 comments on commit 2f9c120

Please sign in to comment.