X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-allstuff%2FCargo.toml;h=33eea15f0bb382444000dd082eeccd53e2c565c9;hp=6c5de36f500c0d2e355d41ba0c6dc7e45af412c4;hb=19cfcd2f207b472c03de4c14db85d0cac1d93fa9;hpb=4c1582cf2e275af7c0f4a2c1a397fed5b68d31d5 diff --git a/nihav-allstuff/Cargo.toml b/nihav-allstuff/Cargo.toml index 6c5de36..33eea15 100644 --- a/nihav-allstuff/Cargo.toml +++ b/nihav-allstuff/Cargo.toml @@ -8,12 +8,18 @@ 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_misc = { path = "../nihav-misc" } +nihav_mpeg = { path = "../nihav-mpeg" } 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" }