X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-commonfmt%2FCargo.toml;h=5c0b4605e5c83fc2fbd97bb9d70ce08a90d0b458;hb=404d527a49c44e461ab887280b576969a80d87c0;hp=396f1899a716b114123bd32e8f41bf5f03337eb3;hpb=b4d5b8515e75383b4fc59ea2813c90c615d59a96;p=nihav.git diff --git a/nihav-commonfmt/Cargo.toml b/nihav-commonfmt/Cargo.toml index 396f189..5c0b460 100644 --- a/nihav-commonfmt/Cargo.toml +++ b/nihav-commonfmt/Cargo.toml @@ -7,6 +7,9 @@ edition = "2018" [dependencies.nihav_core] path = "../nihav-core" +[dependencies.nihav_registry] +path = "../nihav-registry" + [dependencies.nihav_codec_support] path = "../nihav-codec-support" features = ["h263", "mdct", "fft", "dsp_window"]