gamma-lut 0.1.1

Rust port of Skia gamma correcting tables
Documentation
[package]
name = "gamma-lut"
version = "0.1.1"
authors = ["Mason Chang <mchang@mozilla.com>"]
description = "Rust port of Skia gamma correcting tables"
keywords = ["gamma"]
license_file = "LICENSE"
repository = "https://github.com/changm/gamma-lut-rs"

[lib]
name = "gamma_lut"
path = "src/lib.rs"

[[bin]]
name = "gamma_lut_bin"
path = "src/main.rs"

[dependencies]