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 unstable core::simd module.

    ๐Ÿ”„ Changed

    • Derive from PartialEq and Eq instead of providing a trait implementation for all non SIMD types.