Skip to content

Commit

Permalink
build: upgrade glam 0.25 → 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Apr 2, 2024
1 parent cb3519c commit d807b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Unreleased

- Increased MSRV to 1.68.2
- Updated `glam` to v0.27.0

## v0.7.0 (2024-01-02)

- Allow buffer types to accept `?Sized` types
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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.25", features = ["std"], default-features = false, optional = true }
glam = { version = "0.27", features = ["std"], default-features = false, optional = true }
nalgebra = { version = "0.32", default-features = false, optional = true }
ultraviolet = { version = "0.9", features = ["int"], default-features = false, optional = true }
vek = { version = "0.16", default-features = false, optional = true }
Expand Down

0 comments on commit d807b49

Please sign in to comment.