Skip to content

Commit

Permalink
Update glam to 0.29 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Sep 13, 2024
1 parent b440063 commit d60f12b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- Updated `glam` to v0.29

## v0.9.0 (2024-06-22)

- Updated `glam` to v0.28
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const_panic = { version = "0.2", default-features = false }

mint = { version = "0.5.9", default-features = false, optional = true }
cgmath = { version = "0.18", default-features = false, optional = true }
glam = { version = "0.28", features = ["std"], default-features = false, optional = true }
glam = { version = "0.29", features = ["std"], default-features = false, optional = true }
nalgebra = { version = "0.33", default-features = false, optional = true }
ultraviolet = { version = "0.9", features = ["int"], default-features = false, optional = true }
vek = { version = "0.17", default-features = false, optional = true }
Expand Down

0 comments on commit d60f12b

Please sign in to comment.