X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-allstuff%2FCargo.toml;h=372030bb42c1716ed535f381885cb45b64c41340;hb=HEAD;hp=6e97f02bb4aa2cbb719133307bb039dd9e4f4f1f;hpb=92d9fb6993d2d3f6f7a016ee6796a98e6e989f21;p=nihav.git diff --git a/nihav-allstuff/Cargo.toml b/nihav-allstuff/Cargo.toml index 6e97f02..1ff2264 100644 --- a/nihav-allstuff/Cargo.toml +++ b/nihav-allstuff/Cargo.toml @@ -7,12 +7,15 @@ edition = "2018" [dependencies] nihav_core = { path = "../nihav-core" } nihav_commonfmt = { path = "../nihav-commonfmt" } +nihav_acorn = { path = "../nihav-acorn" } nihav_duck = { path = "../nihav-duck" } nihav_flash = { path = "../nihav-flash" } nihav_game = { path = "../nihav-game" } nihav_indeo = { path = "../nihav-indeo" } nihav_itu = { path = "../nihav-itu" } nihav_llaudio = { path = "../nihav-llaudio" } +nihav_misc = { path = "../nihav-misc" } +nihav_mpeg = { path = "../nihav-mpeg" } nihav_ms = { path = "../nihav-ms" } nihav_qt = { path = "../nihav-qt" } nihav_rad = { path = "../nihav-rad" }