зеркало из https://github.com/mozilla/gecko-dev.git
20 строки
387 B
TOML
20 строки
387 B
TOML
[package]
|
|
name = "gamma-lut"
|
|
version = "0.1.6"
|
|
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]
|
|
lazy_static = "0.2"
|