crevice 0.7.0

Create GLSL-compatible versions of structs with explicitly-initialized padding
Documentation
[dependencies.bytemuck]
version = "1.4.1"

[dependencies.crevice-derive]
version = "0.6.0"

[dependencies.mint]
version = "0.5.5"
[dev-dependencies.cgmath]
features = ["mint"]
version = "0.17.0"

[dev-dependencies.crevice-derive]
features = ["test_type_layout"]
version = "0.6.0"

[dev-dependencies.insta]
version = "0.16.1"

[dev-dependencies.type-layout]
features = ["serde1"]
version = "0.2.0"

[features]
default = ["std"]
std = []

[package]
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
description = "Create GLSL-compatible versions of structs with explicitly-initialized padding"
documentation = "https://docs.rs/crevice"
edition = "2018"
homepage = "https://github.com/LPGhatguy/crevice"
keywords = ["glsl", "std140", "std430"]
license = "MIT OR Apache-2.0"
name = "crevice"
readme = "README.md"
repository = "https://github.com/LPGhatguy/crevice"
version = "0.7.0"