kageru
146743d2c7
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.
21 lines
292 B
TOML
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
|