add nihav-llaudio crate with FLAC, Monkey's Audio, TTA and WavPack support
[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_game = { path = "../nihav-game" }
12nihav_indeo = { path = "../nihav-indeo" }
13nihav_llaudio = { path = "../nihav-llaudio" }
14nihav_ms = { path = "../nihav-ms" }
15nihav_qt = { path = "../nihav-qt" }
16nihav_rad = { path = "../nihav-rad" }
17nihav_realmedia = { path = "../nihav-realmedia" }
18
19[dev-dependencies]
20nihav_registry = { path = "../nihav-registry" }