vp6enc: split out future common parts to share them with VP7 encoder
[nihav.git] / nihav-allstuff / Cargo.toml
index 023aaa4c3af65984653de8780d8b14a414afc423..33eea15f0bb382444000dd082eeccd53e2c565c9 100644 (file)
@@ -8,7 +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" }
\ No newline at end of file
+nihav_realmedia = { path = "../nihav-realmedia" }
+nihav_vivo = { path = "../nihav-vivo" }
+
+[dev-dependencies]
+nihav_registry = { path = "../nihav-registry" }