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