vp6enc: split out future common parts to share them with VP7 encoder
[nihav.git] / nihav-allstuff / Cargo.toml
1 [package]
2 name = "nihav_allstuff"
3 version = "0.1.0"
4 authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
5 edition = "2018"
6
7 [dependencies]
8 nihav_core = { path = "../nihav-core" }
9 nihav_commonfmt = { path = "../nihav-commonfmt" }
10 nihav_duck = { path = "../nihav-duck" }
11 nihav_flash = { path = "../nihav-flash" }
12 nihav_game = { path = "../nihav-game" }
13 nihav_indeo = { path = "../nihav-indeo" }
14 nihav_itu = { path = "../nihav-itu" }
15 nihav_llaudio = { path = "../nihav-llaudio" }
16 nihav_misc = { path = "../nihav-misc" }
17 nihav_mpeg = { path = "../nihav-mpeg" }
18 nihav_ms = { path = "../nihav-ms" }
19 nihav_qt = { path = "../nihav-qt" }
20 nihav_rad = { path = "../nihav-rad" }
21 nihav_realmedia = { path = "../nihav-realmedia" }
22 nihav_vivo = { path = "../nihav-vivo" }
23
24 [dev-dependencies]
25 nihav_registry = { path = "../nihav-registry" }