lut_extractor/Cargo.toml
Nathan Vegdahl 1dae8c9fc1 Major performance improvements to transfer function formula estimation.
It also now ensures that the end meets exactly where it does in the LUT.
2022-04-22 13:17:56 -07:00

10 lines
248 B
TOML

[package]
name = "lut_extractor"
version = "0.1.0"
edition = "2021"
[dependencies]
exr = "1.4.1"
clap = { version = "3.1.8", default-features = false, features=["std"] }
colorbox = { git = "https://github.com/cessen/colorbox", branch = "master" }