From 56e5e5455bffbe9c180896aec15cda1396fe7e95 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Wed, 5 Jun 2019 19:16:25 +0200 Subject: [PATCH] nihav-duck: require blockdsp feature from core --- nihav-duck/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 2.30.2