crevice 0.20.0

Create GLSL-compatible versions of structs with explicitly-initialized padding
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 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"
rust-version = "1.85"
name = "crevice"
version = "0.20.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create GLSL-compatible versions of structs with explicitly-initialized padding"
homepage = "https://github.com/LPGhatguy/crevice"
documentation = "https://docs.rs/crevice"
readme = "README.md"
keywords = [
    "glsl",
    "std140",
    "std430",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/LPGhatguy/crevice"
resolver = "2"

[package.metadata."docs.rs"]
all-features = true

[features]
default = ["std"]
std = []
test-all-math-libraries = [
    "cgmath",
    "glam",
    "glam/std",
    "nalgebra",
]

[lib]
name = "crevice"
path = "src/lib.rs"

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.bytemuck]
version = "1.12.3"

[dependencies.cgmath]
version = "0.18.0"
optional = true
default-features = false

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

[dependencies.glam]
version = "0.33"
features = [
    "mint",
    "i32",
    "u32",
    "f64",
]
optional = true
default-features = false

[dependencies.mint]
version = "0.5.9"

[dependencies.nalgebra]
version = "0.35"
features = ["mint"]
optional = true
default-features = false

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