Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruffle-rs/ruffle-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.260323
Choose a base ref
...
head repository: ruffle-rs/ruffle-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.260331
Choose a head ref
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 30, 2026

  1. Bump androidx.compose:compose-bom in the gradle-minor group

    Bumps the gradle-minor group with 1 update: androidx.compose:compose-bom.
    
    
    Updates `androidx.compose:compose-bom` from 2026.03.00 to 2026.03.01
    
    ---
    updated-dependencies:
    - dependency-name: androidx.compose:compose-bom
      dependency-version: 2026.03.01
      dependency-type: direct:production
      dependency-group: gradle-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and torokati44 committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    56deba9 View commit details
    Browse the repository at this point in the history
  2. Bump the rust-minor group across 1 directory with 21 updates

    Bumps the rust-minor group with 14 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [cc](https://github.com/rust-lang/cc-rs) | `1.2.57` | `1.2.58` |
    | [iri-string](https://github.com/lo48576/iri-string) | `0.7.11` | `0.7.12` |
    | [mio](https://github.com/tokio-rs/mio) | `1.1.1` | `1.2.0` |
    | [num-conv](https://github.com/jhpratt/num-conv) | `0.2.0` | `0.2.1` |
    | [ordered-float](https://github.com/reem/rust-ordered-float) | `5.1.0` | `5.3.0` |
    | [simd-adler32](https://github.com/mcountryman/simd-adler32) | `0.3.8` | `0.3.9` |
    | [toml_datetime](https://github.com/toml-rs/toml) | `1.0.1+spec-1.1.0` | `1.1.0+spec-1.1.0` |
    | [toml_edit](https://github.com/toml-rs/toml) | `0.25.5+spec-1.1.0` | `0.25.8+spec-1.1.0` |
    | [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.12.0` | `1.13.2` |
    | [wasm-bindgen-futures](https://github.com/wasm-bindgen/wasm-bindgen) | `0.4.64` | `0.4.65` |
    | [winnow](https://github.com/winnow-rs/winnow) | `1.0.0` | `1.0.1` |
    | [zerocopy](https://github.com/google/zerocopy) | `0.8.47` | `0.8.48` |
    | [zip](https://github.com/zip-rs/zip2) | `8.3.1` | `8.4.0` |
    | [zune-jpeg](https://github.com/etemesi254/zune-image) | `0.5.14` | `0.5.15` |
    
    
    
    Updates `cc` from 1.2.57 to 1.2.58
    - [Release notes](https://github.com/rust-lang/cc-rs/releases)
    - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
    - [Commits](rust-lang/cc-rs@cc-v1.2.57...cc-v1.2.58)
    
    Updates `iri-string` from 0.7.11 to 0.7.12
    - [Changelog](https://github.com/lo48576/iri-string/blob/develop/CHANGELOG.md)
    - [Commits](lo48576/iri-string@v0.7.11...v0.7.12)
    
    Updates `mio` from 1.1.1 to 1.2.0
    - [Release notes](https://github.com/tokio-rs/mio/releases)
    - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/mio@v1.1.1...v1.2.0)
    
    Updates `num-conv` from 0.2.0 to 0.2.1
    - [Commits](jhpratt/num-conv@v0.2.0...v0.2.1)
    
    Updates `ordered-float` from 5.1.0 to 5.3.0
    - [Release notes](https://github.com/reem/rust-ordered-float/releases)
    - [Commits](reem/rust-ordered-float@v5.1.0...v5.3.0)
    
    Updates `simd-adler32` from 0.3.8 to 0.3.9
    - [Changelog](https://github.com/mcountryman/simd-adler32/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/mcountryman/simd-adler32/commits/v0.3.9)
    
    Updates `toml_datetime` from 1.0.1+spec-1.1.0 to 1.1.0+spec-1.1.0
    - [Commits](toml-rs/toml@toml_datetime-v1.0.1...toml_datetime-v1.1.0)
    
    Updates `toml_edit` from 0.25.5+spec-1.1.0 to 0.25.8+spec-1.1.0
    - [Commits](toml-rs/toml@v0.25.5...v0.25.8)
    
    Updates `toml_parser` from 1.0.10+spec-1.1.0 to 1.1.0+spec-1.1.0
    - [Commits](toml-rs/toml@toml_parser-v1.0.10...toml_parser-v1.1.0)
    
    Updates `toml_writer` from 1.0.7+spec-1.1.0 to 1.1.0+spec-1.1.0
    - [Commits](toml-rs/toml@toml_writer-v1.0.7...toml_writer-v1.1.0)
    
    Updates `unicode-segmentation` from 1.12.0 to 1.13.2
    - [Commits](unicode-rs/unicode-segmentation@v1.12.0...v1.13.2)
    
    Updates `wasm-bindgen-futures` from 0.4.64 to 0.4.65
    - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
    - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits)
    
    Updates `wasm-bindgen-macro` from 0.2.114 to 0.2.115
    - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
    - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](wasm-bindgen/wasm-bindgen@0.2.114...0.2.115)
    
    Updates `wasm-bindgen-macro-support` from 0.2.114 to 0.2.115
    - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
    - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](wasm-bindgen/wasm-bindgen@0.2.114...0.2.115)
    
    Updates `wasm-bindgen-shared` from 0.2.114 to 0.2.115
    - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
    - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](wasm-bindgen/wasm-bindgen@0.2.114...0.2.115)
    
    Updates `web-sys` from 0.3.91 to 0.3.92
    - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
    - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits)
    
    Updates `winnow` from 1.0.0 to 1.0.1
    - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
    - [Commits](winnow-rs/winnow@v1.0.0...v1.0.1)
    
    Updates `zerocopy` from 0.8.47 to 0.8.48
    - [Release notes](https://github.com/google/zerocopy/releases)
    - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
    - [Commits](google/zerocopy@v0.8.47...v0.8.48)
    
    Updates `zerocopy-derive` from 0.8.47 to 0.8.48
    - [Release notes](https://github.com/google/zerocopy/releases)
    - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
    - [Commits](google/zerocopy@v0.8.47...v0.8.48)
    
    Updates `zip` from 8.3.1 to 8.4.0
    - [Release notes](https://github.com/zip-rs/zip2/releases)
    - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
    - [Commits](zip-rs/zip2@v8.3.1...v8.4.0)
    
    Updates `zune-jpeg` from 0.5.14 to 0.5.15
    - [Release notes](https://github.com/etemesi254/zune-image/releases)
    - [Changelog](https://github.com/etemesi254/zune-image/blob/dev/CHANGELOG.md)
    - [Commits](https://github.com/etemesi254/zune-image/commits)
    
    ---
    updated-dependencies:
    - dependency-name: cc
      dependency-version: 1.2.58
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: rust-minor
    - dependency-name: iri-string
      dependency-version: 0.7.12
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: rust-minor
    - dependency-name: mio
      dependency-version: 1.2.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: rust-minor
    - dependency-name: num-conv
      dependency-version: 0.2.1
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: rust-minor
    - dependency-name: ordered-float
      dependency-version: 5.3.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: rust-minor
    - dependency-name: simd-adler32
      dependency-version: 0.3.9
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: rust-minor
    - dependency-name: toml_datetime
      dependency-version: 1.1.0+spec-1.1.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: rust-minor
    - dependency-name: toml_edit
      dependency-version: 0.25.8+spec-1.1.0
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: rust-minor
    - dependency-name: toml_parser
      dependency-version: 1.1.0+spec-1.1.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: rust-minor
    - dependency-name: toml_writer
      dependency-version: 1.1.0+spec-1.1.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: rust-minor
    - dependency-name: unicode-segmentation
      dependency-version: 1.13.2
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: rust-minor
    - dependency-name: wasm-bindgen-futures
      dependency-version: 0.4.65
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: rust-minor
    - dependency-name: wasm-bindgen-macro
      dependency-version: 0.2.115
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: rust-minor
    - dependency-name: wasm-bindgen-macro-support
      dependency-version: 0.2.115
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: rust-minor
    - dependency-name: wasm-bindgen-shared
      dependency-version: 0.2.115
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: rust-minor
    - dependency-name: web-sys
      dependency-version: 0.3.92
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: rust-minor
    - dependency-name: winnow
      dependency-version: 1.0.1
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: rust-minor
    - dependency-name: zerocopy
      dependency-version: 0.8.48
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: rust-minor
    - dependency-name: zerocopy-derive
      dependency-version: 0.8.48
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: rust-minor
    - dependency-name: zip
      dependency-version: 8.4.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: rust-minor
    - dependency-name: zune-jpeg
      dependency-version: 0.5.15
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: rust-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and torokati44 committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    28c152a View commit details
    Browse the repository at this point in the history
  3. Bump the ruffle group with 9 updates

    Bumps the ruffle group with 9 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [ruffle_common](https://github.com/ruffle-rs/ruffle) | ``71ece19`` | ``5b90506`` |
    | [ruffle_core](https://github.com/ruffle-rs/ruffle) | ``71ece19`` | ``5b90506`` |
    | [ruffle_render_wgpu](https://github.com/ruffle-rs/ruffle) | ``71ece19`` | ``5b90506`` |
    | [ruffle_video_software](https://github.com/ruffle-rs/ruffle) | ``71ece19`` | ``5b90506`` |
    | [ruffle_frontend_utils](https://github.com/ruffle-rs/ruffle) | ``71ece19`` | ``5b90506`` |
    | ruffle_macros | ``71ece19`` | ``5b90506`` |
    | ruffle_render | ``71ece19`` | ``5b90506`` |
    | ruffle_video | ``71ece19`` | ``5b90506`` |
    | ruffle_wstr | ``71ece19`` | ``5b90506`` |
    
    
    Updates `ruffle_common` from `71ece19` to `5b90506`
    - [Release notes](https://github.com/ruffle-rs/ruffle/releases)
    - [Commits](ruffle-rs/ruffle@71ece19...5b90506)
    
    Updates `ruffle_core` from `71ece19` to `5b90506`
    - [Release notes](https://github.com/ruffle-rs/ruffle/releases)
    - [Commits](ruffle-rs/ruffle@71ece19...5b90506)
    
    Updates `ruffle_render_wgpu` from `71ece19` to `5b90506`
    - [Release notes](https://github.com/ruffle-rs/ruffle/releases)
    - [Commits](ruffle-rs/ruffle@71ece19...5b90506)
    
    Updates `ruffle_video_software` from `71ece19` to `5b90506`
    - [Release notes](https://github.com/ruffle-rs/ruffle/releases)
    - [Commits](ruffle-rs/ruffle@71ece19...5b90506)
    
    Updates `ruffle_frontend_utils` from `71ece19` to `5b90506`
    - [Release notes](https://github.com/ruffle-rs/ruffle/releases)
    - [Commits](ruffle-rs/ruffle@71ece19...5b90506)
    
    Updates `ruffle_macros` from `71ece19` to `5b90506`
    
    Updates `ruffle_render` from `71ece19` to `5b90506`
    
    Updates `ruffle_video` from `71ece19` to `5b90506`
    
    Updates `ruffle_wstr` from `71ece19` to `5b90506`
    
    ---
    updated-dependencies:
    - dependency-name: ruffle_common
      dependency-version: 5b905060a7fb1ec067d4b34ed90d18aff442abd6
      dependency-type: direct:production
      dependency-group: ruffle
    - dependency-name: ruffle_core
      dependency-version: 5b905060a7fb1ec067d4b34ed90d18aff442abd6
      dependency-type: direct:production
      dependency-group: ruffle
    - dependency-name: ruffle_render_wgpu
      dependency-version: 5b905060a7fb1ec067d4b34ed90d18aff442abd6
      dependency-type: direct:production
      dependency-group: ruffle
    - dependency-name: ruffle_video_software
      dependency-version: 5b905060a7fb1ec067d4b34ed90d18aff442abd6
      dependency-type: direct:production
      dependency-group: ruffle
    - dependency-name: ruffle_frontend_utils
      dependency-version: 5b905060a7fb1ec067d4b34ed90d18aff442abd6
      dependency-type: direct:production
      dependency-group: ruffle
    - dependency-name: ruffle_macros
      dependency-version: 5b905060a7fb1ec067d4b34ed90d18aff442abd6
      dependency-type: indirect
      dependency-group: ruffle
    - dependency-name: ruffle_render
      dependency-version: 5b905060a7fb1ec067d4b34ed90d18aff442abd6
      dependency-type: indirect
      dependency-group: ruffle
    - dependency-name: ruffle_video
      dependency-version: 5b905060a7fb1ec067d4b34ed90d18aff442abd6
      dependency-type: indirect
      dependency-group: ruffle
    - dependency-name: ruffle_wstr
      dependency-version: 5b905060a7fb1ec067d4b34ed90d18aff442abd6
      dependency-type: indirect
      dependency-group: ruffle
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and torokati44 committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    099123f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Use a more actively maintained cargo-ndk gradle integration plugin

    It's a fork of the previously used one.
    torokati44 committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    2c6428c View commit details
    Browse the repository at this point in the history
  2. Bump gradle/actions from 5 to 6

    Bumps [gradle/actions](https://github.com/gradle/actions) from 5 to 6.
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and torokati44 committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    8a60e8b View commit details
    Browse the repository at this point in the history
  3. Bump version number

    RuffleBuild authored and torokati44 committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    0a7a58c View commit details
    Browse the repository at this point in the history
Loading