[package] name = "luminance" version = "0.47.0" license = "BSD-3-Clause" authors = ["Dimitri Sabadie "] 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.10.0" path = "../luminance-derive" optional = true