Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Updates the requirements on meshopt to permit the latest version.

Changelog

Sourced from meshopt's changelog.

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.

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.

... (truncated)

Commits
  • 5ab1864 prepare 0.6.1
  • b0909eb Add permissive simplification to bitflags
  • fbe48ef prepare 0.6.0
  • 2a3c4c7 disable debug assertions in meshopt in release mode
  • 2f6bf92 cargo fmt
  • 7d36622 Fix memory safety in build_meshlets_flex/spatial
  • d2c1370 Add changes to the list
  • 99ecbf0 Expose partition clusters with positions (& decoder)
  • a5fc7ce Share code that finalizes meshlets to reduce redundancy
  • dd654e8 Expose build_meshlets_spatial
  • Additional commits viewable in compare view

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](gwihlidal/meshopt-rs@v0.4.1...v0.6.1)

---
updated-dependencies:
- dependency-name: meshopt
  dependency-version: 0.6.1
  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 Sep 29, 2025
@JMS55
Copy link
Contributor

JMS55 commented Oct 5, 2025

Will be closed by #21301

@JMS55 JMS55 closed this 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.6.1 branch October 5, 2025 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Dependencies A change to the crates that Bevy depends on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant