cgmath-rs v0.13.0 Release Notes

Release Date: 2017-04-14 // about 7 years ago
  • โž• Added

    • โž• Add optional use_simd feature to improve the performance of Vector4<f32>, Matrix4<f32> and Quaternion<f32>. According to @DaseinPhaos in #394, under the given benchmark certain operations were able to become up to 60% faster.
    • โž• Add component wise casting for the matrix and point types

    ๐Ÿ”„ Changed

    • Update serde to version 0.9, and use serde_derive instead of serde_macros.