Skip to content

Commit b17797a

Browse files
Update glam requirement from 0.29 to 0.30
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.0...0.30.0) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dfef8fa commit b17797a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public-spade = ["dep:spade"]
2525
spade = { version = "2.10", optional = true }
2626
tracing = { version = "0.1", optional = true }
2727
hashbrown = { version = "0.15" }
28-
glam = { version = "0.29", features = ["approx"] }
28+
glam = { version = "0.30", features = ["approx"] }
2929
smallvec = { version = "1.13", features = ["union", "const_generics"] }
3030
bvh2d = { version = "0.6", git = "https://github.com/mockersf/bvh2d" }
3131
serde = { version = "1.0", features = ["derive"], optional = true }

examples/traced/Cargo.toml

+1-1
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.29"
11+
glam = "0.30"
1212
tracing-subscriber = "0.3"
1313
tracing-tracy = "0.10"
1414
tracing = "0.1"

0 commit comments

Comments
 (0)