glsl-layout 0.5.0

Provides data types and traits to build structures ready to upload into UBO.
Documentation
# 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]https://github.com/bitshifter/glam-rs types.