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