diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2019-06-05 19:16:25 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2019-06-05 19:18:02 +0200 |
commit | 56e5e5455bffbe9c180896aec15cda1396fe7e95 (patch) | |
tree | 937da047060910629695fc4c11f7eb9d22db0228 | |
parent | 8d8ddfe10445b9561fb36e5e25980fe3fb95c2ea (diff) | |
download | nihav-56e5e5455bffbe9c180896aec15cda1396fe7e95.tar.gz |
nihav-duck: require blockdsp feature from core
-rw-r--r-- | nihav-duck/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nihav-duck/Cargo.toml b/nihav-duck/Cargo.toml index c2d0dfe..97870fe 100644 --- a/nihav-duck/Cargo.toml +++ b/nihav-duck/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies.nihav_core] path = "../nihav-core" -features = ["fft", "dsp_window"] +features = ["fft", "dsp_window", "blockdsp"] [dev-dependencies] nihav_commonfmt = { path = "../nihav-commonfmt" } |