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