[dependencies.glam]
features = ["bytemuck", "serde", "rand"]
version = "0.22"
[dependencies.hex]
version = "0.4.3"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.wgpu]
optional = true
version = "0.16.0"
[package]
description = "Defines a color type for Ambient, as well as helper operations."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ambient_color"
readme = "README.md"
repository = "https://github.com/AmbientRun/Ambient"
rust-version = "1.67.0"
version = "0.2.1"