Update meshopt requirement from 0.4.1 to 0.5.0

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/compare/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>
This commit is contained in:
dependabot[bot] 2025-07-07 20:48:19 +00:00 committed by GitHub
parent e2810085a8
commit 0a95597c9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ lz4_flex = { version = "0.11", default-features = false, features = [
"frame",
], optional = true }
range-alloc = { version = "0.1.3", optional = true }
meshopt = { version = "0.4.1", optional = true }
meshopt = { version = "0.5.0", optional = true }
metis = { version = "0.2", optional = true }
itertools = { version = "0.14", optional = true }
bitvec = { version = "1", optional = true }