Skip to content

Commit

Permalink
Update glam requirement from 0.27 to 0.29
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 4fb754b commit 990c868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = ["glam/serde", "bvh2d/serde", "dep:serde"]
[dependencies]
tracing = { version = "0.1", optional = true }
hashbrown = { version = "0.14" }
glam = { version = "0.27", features = ["approx"] }
glam = { version = "0.29", features = ["approx"] }
smallvec = { version = "1.13", features = ["union", "const_generics"] }
bvh2d = { version = "0.5", git = "https://github.com/mockersf/bvh2d" }
serde = { version = "1.0", features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion examples/traced/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
polyanya = { path = "../../", features = ["tracing"] }
glam = "0.27"
glam = "0.29"
tracing-subscriber = "0.3"
tracing-tracy = "0.10"
tracing = "0.1"

0 comments on commit 990c868

Please sign in to comment.