X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-allstuff%2FCargo.toml;h=6e97f02bb4aa2cbb719133307bb039dd9e4f4f1f;hb=92d9fb6993d2d3f6f7a016ee6796a98e6e989f21;hp=49aeaae28ce918335773b0b42a8b322449d6a295;hpb=4abcd84283e5d7168cc495e41cbc443710bfbd5e;p=nihav.git diff --git a/nihav-allstuff/Cargo.toml b/nihav-allstuff/Cargo.toml index 49aeaae..6e97f02 100644 --- a/nihav-allstuff/Cargo.toml +++ b/nihav-allstuff/Cargo.toml @@ -8,11 +8,16 @@ edition = "2018" nihav_core = { path = "../nihav-core" } nihav_commonfmt = { path = "../nihav-commonfmt" } 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_ms = { path = "../nihav-ms" } +nihav_qt = { path = "../nihav-qt" } nihav_rad = { path = "../nihav-rad" } nihav_realmedia = { path = "../nihav-realmedia" } +nihav_vivo = { path = "../nihav-vivo" } [dev-dependencies] nihav_registry = { path = "../nihav-registry" }