glsl-layout 0.1.1

Provides data types and traits to build structures ready to upload into UBO.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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."
license = "MIT/Apache-2.0"
repository = "https://github.com/rustgd/glsl-layout"
keywords = ["graphics", "glsl", "gamedev"]

[features]
bigger-arrays = []
gfx = ["gfx_core", "glsl-layout-derive/gfx"]

[dependencies]
cgmath = { version = "0.16", optional = true }
glsl-layout-derive = { version = "0.1.1", path = "glsl-layout-derive" }
gfx_core = { version = "0.8", optional = true }