glsl-layout 0.3.2

Provides data types and traits to build structures ready to upload into UBO.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "glsl-layout"
version = "0.3.2"
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.glsl-layout-derive]
version = "0.3.2"

[features]
bigger-arrays = []