From: Kostya Shishkov Date: Wed, 5 Jun 2019 17:16:25 +0000 (+0200) Subject: nihav-duck: require blockdsp feature from core X-Git-Url: https://git.nihav.org/?p=nihav.git;a=commitdiff_plain;h=56e5e5455bffbe9c180896aec15cda1396fe7e95 nihav-duck: require blockdsp feature from core --- 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" }