Skip to content

Update meshopt requirement from 0.4.1 to 0.5.0 #20003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

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)

@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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/meshopt-0.5.0 branch from da3d53f to 0a95597 Compare July 7, 2025 20:48
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: No status
Development

Successfully merging this pull request may close these issues.

1 participant