Skip to content

Commit fce28c4

Browse files
Update glam requirement from 0.30.8 to 0.31.0
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.30.8...0.31.0) --- updated-dependencies: - dependency-name: glam dependency-version: 0.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f50c4b commit fce28c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ recast = []
2525
spade = { version = "2.15.0" }
2626
tracing = { version = "0.1", optional = true }
2727
hashbrown = { version = "0.16" }
28-
glam = { version = "0.30.8", features = ["approx"] }
28+
glam = { version = "0.31.0", features = ["approx"] }
2929
smallvec = { version = "1.15", features = ["union", "const_generics"] }
3030
bvh2d = { version = "0.7" }
3131
serde = { version = "1.0", features = ["derive"], optional = true }

examples/traced/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88

99
[dependencies]
1010
polyanya = { path = "../../", features = ["tracing"] }
11-
glam = "0.30"
11+
glam = "0.31"
1212
tracing-subscriber = "0.3"
1313
tracing-tracy = "0.11"
1414
tracing = "0.1"

0 commit comments

Comments
 (0)