adaptivegrain/Cargo.toml
kageru 70e782612d
Add error message for invalid float input
A few people encountered these. Looks like a few other filters don’t
clip their limited range output properly.
2020-03-25 11:11:07 +01:00

16 lines
222 B
TOML

[package]
name = "adaptivegrain-rs"
version = "0.2.1"
authors = ["kageru"]
edition = "2018"
[dependencies]
failure = "0.1"
lazy_static = "1.3.0"
vapoursynth = "0.2"
vapoursynth-sys = "0.2"
[lib]
crate-type = ["cdylib"]