[dependencies.bytemuck]
features = ["derive"]
optional = true
version = "1.7.2"
[dependencies.cint]
optional = true
version = "0.3.1"
[dependencies.color-hex]
optional = true
version = "0.2.0"
[dependencies.document-features]
optional = true
version = "0.2"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[features]
default = []
extra_asserts = []
extra_debug_asserts = []
[lib]
[package]
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>", "Andreas Reich <reichandreas@gmx.de>"]
categories = ["mathematics", "encoding"]
description = "Color structs and color conversion utilities"
edition = "2021"
homepage = "https://github.com/emilk/egui"
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
keywords = ["gui", "color", "conversion", "gamedev", "images"]
license = "MIT OR Apache-2.0"
name = "ecolor"
readme = "README.md"
repository = "https://github.com/emilk/egui"
rust-version = "1.72"
version = "0.24.1"
[package.metadata.docs.rs]
all-features = true