Skip to content

Commit c803fa4

Browse files
Update glam requirement from 0.29.3 to 0.30.2
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.29.3...0.30.2) --- updated-dependencies: - dependency-name: glam dependency-version: 0.30.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 31e9a3c commit c803fa4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bevy_platform = { path = "../crates/bevy_platform", default-features = false, fe
2929
] }
3030

3131
# Other crates
32-
glam = "0.29"
32+
glam = "0.30"
3333
rand = "0.8"
3434
rand_chacha = "0.3"
3535

crates/bevy_math/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["bevy"]
1010
rust-version = "1.85.0"
1111

1212
[dependencies]
13-
glam = { version = "0.29.3", default-features = false, features = ["bytemuck"] }
13+
glam = { version = "0.30.2", default-features = false, features = ["bytemuck"] }
1414
thiserror = { version = "2", default-features = false }
1515
derive_more = { version = "1", default-features = false, features = [
1616
"from",
@@ -37,7 +37,7 @@ rand = "0.8"
3737
rand_chacha = "0.3"
3838
# Enable the approx feature when testing.
3939
bevy_math = { path = ".", default-features = false, features = ["approx"] }
40-
glam = { version = "0.29.3", default-features = false, features = ["approx"] }
40+
glam = { version = "0.30.2", default-features = false, features = ["approx"] }
4141

4242
[features]
4343
default = ["std", "rand", "curve"]

crates/bevy_mikktspace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ std = ["glam/std"]
2222
libm = ["glam/libm", "dep:libm"]
2323

2424
[dependencies]
25-
glam = { version = "0.29.3", default-features = false }
25+
glam = { version = "0.30.2", default-features = false }
2626
libm = { version = "0.2", default-features = false, optional = true }
2727

2828
[[example]]

crates/bevy_reflect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ derive_more = { version = "1", default-features = false, features = ["from"] }
103103
serde = { version = "1", default-features = false, features = ["alloc"] }
104104
assert_type_match = "0.1.1"
105105
smallvec = { version = "1.11", default-features = false, optional = true }
106-
glam = { version = "0.29.3", default-features = false, features = [
106+
glam = { version = "0.30.2", default-features = false, features = [
107107
"serde",
108108
], optional = true }
109109
petgraph = { version = "0.7", features = ["serde-1"], optional = true }

0 commit comments

Comments
 (0)