Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Updates the requirements on meshopt to permit the latest version.

Changelog

Sourced from meshopt's changelog.

0.5.0 (2025-07-01)

  • Upgraded meshoptimizer library to 0.23 (hash 3e9d1ff3135794f519f3237515277c8d9a3fd3f2)
  • Added build_meshlets_flex API function
  • Added dequantize_half utility

0.4.1 (2024-12-22)

  • Truncate vertices and triangles when building meshlets

0.4.0 (2024-10-25)

  • Upgraded meshoptimizer library to 0.22 (hash 4affad044571506a5724c9a6f15424f43e86f731)
  • Added simplify_with_attributes_and_locks API function

0.3.0 (2024-06-26)

  • Upgraded meshoptimizer library to 0.21 (hash 47aafa533b439a78b53cd2854c177db61be7e666)
  • Added SimplifyOptions::Sparse and SimplifyOptions::ErrorAbsolute options
  • Improved build_meshlets to automatically optimize meshlet triangle order for HW efficiency

0.2.1 (2024-04-03)

  • Updated dependencies
  • Added simplify_scale and simplify_scale_decoder API functions
  • Added simplify_with_locks and simplify_with_locks_decoder API functions

0.2.0 (2024-01-23)

  • Updated dependencies.
  • Breaking change: New parameters to simplify API.

0.1.9 (2019-11-02)

  • Updated dependencies.
  • Added dyn to Fail::cause() to fix warning.
  • Added missing allocator.cpp to source_files in build.rs and in Cargo.toml package include list.
  • Made the crate buildable on WebAssembly.
  • Fixed build under toolchain 'windows-gnu'.
  • Updated vendoring of meshoptimizer to commit hash 7cf4a53ece15fa7526410a6d4cae059bd5593178.

0.1.8 (2019-07-14)

  • Updated vendoring of meshoptimizer to commit hash 212a35ea9d32ea5e0223105566b3b7deeb06071f.
  • Updated dependencies.
  • Updated demo stripify code for restart index.

0.1.7 (2019-05-19)

  • Implemented VertexDataAdapter and modified a number of methods to remove a heavy allocation and slow decode.

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the C-Dependencies A change to the crates that Bevy depends on label Jul 7, 2025
@alice-i-cecile alice-i-cecile requested a review from JMS55 July 7, 2025 16:02
@alice-i-cecile alice-i-cecile added A-Rendering Drawing game state to the screen S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Jul 7, 2025
@alice-i-cecile alice-i-cecile requested a review from atlv24 July 7, 2025 16:02
@alice-i-cecile alice-i-cecile added S-Needs-Testing Testing must be done before this is safe to merge and removed S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Jul 7, 2025
@alice-i-cecile
Copy link
Member

We should check that meshlets work both before and after upgrading this before merging.

Updates the requirements on [meshopt](https://github.com/gwihlidal/meshopt-rs) to permit the latest version.
- [Release notes](https://github.com/gwihlidal/meshopt-rs/releases)
- [Changelog](https://github.com/gwihlidal/meshopt-rs/blob/master/CHANGES.md)
- [Commits](gwihlidal/meshopt-rs@v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: meshopt
  dependency-version: 0.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/meshopt-0.5.0 branch from da3d53f to 0a95597 Compare July 7, 2025 20:48
@mnmaita
Copy link
Member

mnmaita commented Oct 5, 2025

Closing in favor of #21273. The breaking changes on both version bumps seem to be related to an updated underlying library FWIW.

@mnmaita mnmaita closed this Oct 5, 2025
@github-project-automation github-project-automation bot moved this to Done in Rendering Oct 5, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 5, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/meshopt-0.5.0 branch October 5, 2025 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Rendering Drawing game state to the screen C-Dependencies A change to the crates that Bevy depends on S-Needs-Testing Testing must be done before this is safe to merge
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants