X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-commonfmt%2FCargo.toml;h=5c0b4605e5c83fc2fbd97bb9d70ce08a90d0b458;hp=396f1899a716b114123bd32e8f41bf5f03337eb3;hb=32f7cbe538d71574f7ac05aa51599d2678f5db3f;hpb=b4d5b8515e75383b4fc59ea2813c90c615d59a96 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"]