nihav-duck: require blockdsp feature from core
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 5 Jun 2019 17:16:25 +0000 (19:16 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 5 Jun 2019 17:18:02 +0000 (19:18 +0200)
nihav-duck/Cargo.toml

index c2d0dfe990aaebfe27454357065a9d17599d84d3..97870fe7c8d230089e57d3b8066097c9ec1e53b7 100644 (file)
@@ -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" }