glam v0.21.3 Release Notes
Release Date: 2022-08-02 // about 2 years ago-
๐ Fixed
- ๐ Fixed
glam_assert
being too restrictive in matrix transform point and transform vector methods.
โ Added
- โ Added experimental
core-simd
feature which enables SIMD support via the unstablecore::simd
module.
๐ Changed
- Derive from
PartialEq
andEq
instead of providing a trait implementation for all non SIMD types.
- ๐ Fixed