Skip to content

Commit

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

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


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

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

Updates `ruffle_video` from `a8c917a` to `4c8d070`
- [Release notes](https://github.com/ruffle-rs/ruffle/releases)
- [Commits](ruffle-rs/ruffle@a8c917a...4c8d070)

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

Updates `ruffle_gc_arena` from `a8c917a` to `4c8d070`

Updates `ruffle_macros` from `a8c917a` to `4c8d070`

Updates `ruffle_render` from `a8c917a` to `4c8d070`

Updates `ruffle_wstr` from `a8c917a` to `4c8d070`

---
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
  dependency-type: direct:production
  dependency-group: ruffle
- dependency-name: ruffle_video_software
  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_wstr
  dependency-type: indirect
  dependency-group: ruffle
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Apr 8, 2024
1 parent bce84cf commit e94f0da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
34 changes: 15 additions & 19 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 src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ fn run(app: AndroidApp) {
player: PlayerBuilder::new()
.with_renderer(renderer)
.with_audio(AAudioAudioBackend::new().unwrap())
.with_storage(MemoryStorageBackend::default())
.with_storage(Box::<MemoryStorageBackend>::default())
.with_navigator(navigator)
.with_log(FileLogBackend::new(trace_output.as_deref()))
.with_video(
Expand Down

0 comments on commit e94f0da

Please sign in to comment.