Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 572 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 572 Bytes

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

[0.4.3] - 2022-11-NN

Changed

  • Update glam version from 0.21 to 0.22.
  • Update rust edition from 2018 to 2021.

[0.4.2] - 2022-08-06

Changed

  • Used const generics to allow any array size.
  • Allow to use nalgebra types as directly as uniforms.
  • Allow to use cgmant types as directly as uniforms.
  • Allow to use glam types as directly as uniforms.

[0.4.1] - 2022-07-25

Added

  • Support for glam types.