add nihav-llaudio crate with FLAC, Monkey's Audio, TTA and WavPack support
[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" }
5641dccf
KS
11nihav_game = { path = "../nihav-game" }
12nihav_indeo = { path = "../nihav-indeo" }
87927c57 13nihav_llaudio = { path = "../nihav-llaudio" }
4abcd842 14nihav_ms = { path = "../nihav-ms" }
4c1582cf 15nihav_qt = { path = "../nihav-qt" }
606c448e 16nihav_rad = { path = "../nihav-rad" }
32f7cbe5
KS
17nihav_realmedia = { path = "../nihav-realmedia" }
18
19[dev-dependencies]
20nihav_registry = { path = "../nihav-registry" }