scenix-material 1.5.0

GPU-free material traits, pipeline keys, and built-in material types for scenix.
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 = "2024"
rust-version = "1.89"
name = "scenix-material"
version = "1.5.0"
authors = ["Aarambh Dev Hub"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU-free material traits, pipeline keys, and built-in material types for scenix."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/AarambhDevHub/scenix"
resolver = "2"

[features]
default = ["std"]
inspector = ["scenix-core/inspector"]
serde = [
    "dep:serde",
    "scenix-core/serde",
    "scenix-math/serde",
]
std = [
    "scenix-core/std",
    "scenix-math/std",
]

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

[dependencies.scenix-core]
version = "1.5.0"
default-features = false

[dependencies.scenix-math]
version = "1.5.0"
default-features = false

[dependencies.serde]
version = "1"
features = [
    "alloc",
    "derive",
]
optional = true
default-features = false

[dev-dependencies.serde_json]
version = "1"