adaptivegrain/Cargo.toml
kageru 146743d2c7
Use fixed array for lut generation
The old version that was generated at runtime didn’t actually contain
1.0 as a value, so getting full white output for int input was impossible.
2020-09-11 15:51:41 +02:00

21 lines
292 B
TOML

[package]
name = "adaptivegrain-rs"
version = "0.3.0"
authors = ["kageru"]
edition = "2018"
[dependencies]
failure = "0.1.8"
vapoursynth = "0.3.0"
vapoursynth-sys = "0.3.0"
[lib]
crate-type = ["cdylib", "rlib"]
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "mask"
harness = false