glsl-layout 0.5.0

Provides data types and traits to build structures ready to upload into UBO.
Documentation
[dependencies.cgmath]
optional = true
version = "0.18"

[dependencies.glam]
optional = true
version = "0.22"

[dependencies.glsl-layout-derive]
version = "0.4.0"

[dependencies.nalgebra]
optional = true
version = "0.31"

[features]
bigger-arrays = []

[package]
authors = ["Zakarum <zakarumych@ya.ru>"]
description = "Provides data types and traits to build structures ready to upload into UBO."
edition = "2021"
keywords = ["graphics", "glsl", "gamedev"]
license = "MIT/Apache-2.0"
name = "glsl-layout"
readme = "README.md"
repository = "https://github.com/rustgd/glsl-layout"
version = "0.5.0"