Skip to content

Commit 0a95597

Browse files
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](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>
1 parent e281008 commit 0a95597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_pbr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lz4_flex = { version = "0.11", default-features = false, features = [
6565
"frame",
6666
], optional = true }
6767
range-alloc = { version = "0.1.3", optional = true }
68-
meshopt = { version = "0.4.1", optional = true }
68+
meshopt = { version = "0.5.0", optional = true }
6969
metis = { version = "0.2", optional = true }
7070
itertools = { version = "0.14", optional = true }
7171
bitvec = { version = "1", optional = true }

0 commit comments

Comments
 (0)