Skip to content

Commit fe00ee2

Browse files
Update glam requirement from 0.27 to 0.29
Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](bitshifter/glam-rs@0.27.0...0.29.0) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e91c6c commit fe00ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bevy_rapier2d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ bevy = { version = "0.14", default-features = false, features = [
6464
] }
6565
oorandom = "11"
6666
approx = "0.5.1"
67-
glam = { version = "0.27", features = ["approx"] }
67+
glam = { version = "0.29", features = ["approx"] }
6868
bevy-inspector-egui = "0.25.1"
6969
bevy_egui = "0.28.0"
7070
bevy_mod_debugdump = "0.11"

bevy_rapier3d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ bevy = { version = "0.14", default-features = false, features = [
6565
"bevy_debug_stepping",
6666
] }
6767
approx = "0.5.1"
68-
glam = { version = "0.27", features = ["approx"] }
68+
glam = { version = "0.29", features = ["approx"] }
6969
bevy-inspector-egui = "0.25.1"
7070
bevy_egui = "0.28.0"
7171
divan = "0.1"

0 commit comments

Comments
 (0)