X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-duck%2FCargo.toml;h=97870fe7c8d230089e57d3b8066097c9ec1e53b7;hp=c2d0dfe990aaebfe27454357065a9d17599d84d3;hb=56e5e5455bffbe9c180896aec15cda1396fe7e95;hpb=8d8ddfe10445b9561fb36e5e25980fe3fb95c2ea 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" }