Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Updates the requirements on meshopt to permit the latest version.

Changelog

Sourced from meshopt's changelog.

0.6.2 (2025-10-09)

  • Expose generate_position_remap(_decoder)
  • Fix memory safety issue with VertexDataAdapter

0.6.1 (2025-09-23)

  • Added SimplifyOptions::Permissive flag for mesh simplification

0.6.0 (2025-09-17)

  • Upgraded meshoptimizer library to 0.25 (hash 6daea4695c48338363b08022d2fb15deaef6ac09)
  • Added SimplifyOptions::Prune and SimplifyOptions::Regularize flags for mesh simplification
  • Added simplify_sloppy_with_locks and simplify_sloppy_with_locks_decoder API functions
  • Added build_meshlets_spatial API function for raytracing-optimized meshlet generation
  • Added partition_clusters_with_positions and partition_clusters_with_decoder API functions for position-aware cluster partitioning
  • Fix internal memory safety issues with build_meshlets_flex

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.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

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](https://github.com/gwihlidal/meshopt-rs/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the C-Dependencies A change to the crates that Bevy depends on label Oct 13, 2025
@alice-i-cecile alice-i-cecile requested a review from JMS55 October 14, 2025 16:44
@alice-i-cecile alice-i-cecile added A-Rendering Drawing game state to the screen D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Oct 14, 2025
@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 Oct 14, 2025
@alice-i-cecile
Copy link
Member

Changelog looks good, but it needs to be tested with the meshlets example before I'm comfortable merging.

@jasmine-nominal
Copy link

Will be closed by #21301

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 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.6.2 branch October 14, 2025 18:20
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 D-Straightforward Simple bug fixes and API improvements, docs, test and examples 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.

3 participants