colstodian 0.1.0-rc.3

An opinionated, practical color management library for games and graphics.
Documentation
[dependencies.bytemuck]
version = "1.5.1"

[dependencies.cint]
features = ["bytemuck"]
version = "^0.2.1"

[dependencies.glam]
default-features = false
features = ["bytemuck"]
version = "0.17.1"

[dependencies.kolor]
default-features = false
features = ["glam", "f32", "color-matrices"]
version = "^0.1.6"

[dependencies.num-traits]
default-features = false
optional = true
version = "^0.2.14"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[features]
default = ["std"]
libm = ["kolor/libm", "glam/libm", "num-traits", "num-traits/libm"]
std = ["kolor/std", "glam/std"]
with-serde = ["serde", "kolor/serde1", "glam/serde"]

[package]
authors = ["Gray Olson <gray@grayolson.com>"]
description = "An opinionated, practical color management library for games and graphics."
documentation = "https://docs.rs/colstodian"
edition = "2018"
homepage = "https://github.com/termhn/colstodian"
license = "MIT OR Apache-2.0 OR Zlib"
name = "colstodian"
repository = "https://github.com/termhn/colstodian"
version = "0.1.0-rc.3"
[package.metadata.docs.rs]
features = ["std", "with-serde"]