[package]
name = "glsl-layout"
version = "0.1.1"
authors = ["Zakarum <scareaangel@gmail.com>"]
description = "Provides data types and traits to build structures ready to upload into UBO."
keywords = ["graphics", "glsl", "gamedev"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustgd/glsl-layout"
[dependencies.cgmath]
version = "0.16"
optional = true
[dependencies.gfx_core]
version = "0.8"
optional = true
[dependencies.glsl-layout-derive]
version = "0.1.1"
[features]
bigger-arrays = []
gfx = ["gfx_core", "glsl-layout-derive/gfx"]