[package] name = "glsl-layout2" version = "0.5.1" authors = ["Zakarum "] description = "Provides data types and traits to build structures ready to upload into UBO." license = "MIT/Apache-2.0" repository = "https://github.com/nazariglez/glsl-layout2" keywords = ["graphics", "glsl", "gamedev"] edition = "2021" [features] bigger-arrays = [] [dependencies] cgmath = { version = "0.18.0", optional = true } nalgebra = { version = "0.32.2", optional = true } glam = { version = "0.23.0", optional = true } glsl-layout-derive2 = { path = "glsl-layout-derive", version = "0.4.0" } [workspace] members = ["glsl-layout-derive"]