kolor-64 0.1.1

Color conversions for games & interactive applications.
Documentation
[package]

name = "kolor-64"

version = "0.1.1"

authors = ["Karl Bergström <karl.anton.bergstrom@gmail.com>"]

edition = "2018"

description = "Color conversions for games & interactive applications."

keywords = ["game", "color", "colors", "graphics", "rgb"]

categories = ["graphics", "computer-vision"]

repository = "https://github.com/kabergstrom/kolor"

readme = "README.md"

license = "MIT OR Apache-2.0"



[lib]

name = "kolor_64"

path = "src/lib.rs"

required-features = ["f64"]



[dependencies]

glam = { version = "0.13.1", default-features = false }

serde = { optional = true, version = "1", features = ["derive"] }



[features]

default = ["color-matrices", "f64", "std"]

serde1 = ["serde", "glam/serde"]

color-matrices = []

f64 = []

std = ["glam/std"]

libm = ["glam/libm"]