X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-rad%2FCargo.toml;h=d155427e3df82d486c082bffc3c451d478ce9b5d;hb=1acf07374174f1084c31138f2f0a6ec916c7f8e8;hp=0fe09935759dc224b1549adee1c6da93291d9300;hpb=e5ea652540a63efcd09af052d74d2c6bcaa0a65a;p=nihav.git diff --git a/nihav-rad/Cargo.toml b/nihav-rad/Cargo.toml index 0fe0993..d155427 100644 --- a/nihav-rad/Cargo.toml +++ b/nihav-rad/Cargo.toml @@ -6,6 +6,9 @@ edition = "2018" [dependencies.nihav_core] path = "../nihav-core" + +[dependencies.nihav_codec_support] +path = "../nihav-codec-support" features = ["dct", "fft"] [features]