Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on meshopt to permit the latest version.

Changelog

Sourced from meshopt's changelog.

0.6.0

  • 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.
  • Made the crate buildable on WebAssembly.
  • Fixed build under toolchain 'windows-gnu'.
  • Updated vendoring of meshoptimizer to commit hash 7cf4a53ece15fa7526410a6d4cae059bd5593178.

... (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.0
  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 22, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Superseded by #21273.

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/cargo/meshopt-0.6.0 branch September 29, 2025 08:02
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.

0 participants