nihav_flash: enable codecs module only when encoders/decoders are enabled
[nihav.git] / nihav-allstuff / Cargo.toml
CommitLineData
5641dccf
KS
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" }
38953fb5 9nihav_commonfmt = { path = "../nihav-commonfmt" }
8e4fa38a 10nihav_duck = { path = "../nihav-duck" }
92d9fb69 11nihav_flash = { path = "../nihav-flash" }
5641dccf
KS
12nihav_game = { path = "../nihav-game" }
13nihav_indeo = { path = "../nihav-indeo" }
696e4e20 14nihav_itu = { path = "../nihav-itu" }
87927c57 15nihav_llaudio = { path = "../nihav-llaudio" }
4abcd842 16nihav_ms = { path = "../nihav-ms" }
4c1582cf 17nihav_qt = { path = "../nihav-qt" }
606c448e 18nihav_rad = { path = "../nihav-rad" }
32f7cbe5 19nihav_realmedia = { path = "../nihav-realmedia" }
06480aad 20nihav_vivo = { path = "../nihav-vivo" }
32f7cbe5
KS
21
22[dev-dependencies]
23nihav_registry = { path = "../nihav-registry" }