# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "glsl-layout" version = "0.5.0" authors = ["Zakarum "] description = "Provides data types and traits to build structures ready to upload into UBO." readme = "README.md" keywords = [ "graphics", "glsl", "gamedev", ] license = "MIT/Apache-2.0" repository = "https://github.com/rustgd/glsl-layout" [dependencies.cgmath] version = "0.18" optional = true [dependencies.glam] version = "0.22" optional = true [dependencies.glsl-layout-derive] version = "0.4.0" [dependencies.nalgebra] version = "0.31" optional = true [features] bigger-arrays = []