diff --git a/CHANGELOG.md b/CHANGELOG.md index c868795..35665f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unreleased + +- Updated `glam` to v0.29 + ## v0.9.0 (2024-06-22) - Updated `glam` to v0.28 diff --git a/Cargo.toml b/Cargo.toml index a6881b9..41529f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.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 }