X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-indeo%2FCargo.toml;h=901d0e408b5d219cd246b908472ca29cba9e88fd;hb=3167c45c8087a692192021e08a8063dff680001c;hp=f2578621b0b76c2d251b3aabb24d8864c6b5bc0b;hpb=5641dccfbf2a70d589cf094a0d4ed5a10f919f00;p=nihav.git diff --git a/nihav-indeo/Cargo.toml b/nihav-indeo/Cargo.toml index f257862..901d0e4 100644 --- a/nihav-indeo/Cargo.toml +++ b/nihav-indeo/Cargo.toml @@ -8,6 +8,9 @@ edition = "2018" path = "../nihav-core" features = ["h263", "fft", "dsp_window"] +[dev-dependencies] +nihav_commonfmt = { path = "../nihav-commonfmt" } + [features] default = ["all_decoders"]