luminance 0.45.0

Stateless and type-safe graphics framework
Documentation
[package]
name = "luminance"
version = "0.45.0"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
description = "Stateless and type-safe graphics framework"
keywords = ["stateless", "type-safe", "graphics", "luminance"]
categories = ["rendering::graphics-api"]
homepage = "https://github.com/phaazon/luminance-rs"
repository = "https://github.com/phaazon/luminance-rs"
documentation = "https://docs.rs/luminance"
readme = "README.md"
edition = "2021"
rust-version = "1.56.0"

[badges]
maintenance = { status = "actively-developed" }

[features]
default = ["derive"]
derive = ["luminance-derive"]

[dependencies.luminance-derive]
version = "0.8.0"
path = "../luminance-derive"
optional = true