glam v0.21.3 Release Notes

Release Date: 2022-08-02 // over 1 year 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.