]>
Commit | Line | Data |
---|---|---|
1 | [package] | |
2 | name = "nihav-sndplay" | |
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_registry = { path="../../nihav-registry" } | |
10 | nihav_commonfmt = { path="../../nihav-commonfmt", default-features=false, features = ["all_demuxers", "all_audio_decoders"] } | |
11 | nihav_duck = { path = "../../nihav-duck", default-features=false, features = ["all_audio_decoders"] } | |
12 | nihav_game = { path = "../../nihav-game", default-features=false, features = ["all_demuxers", "all_audio_decoders"] } | |
13 | nihav_indeo = { path = "../../nihav-indeo", default-features=false, features = ["all_audio_decoders"] } | |
14 | #nihav_itu = { path = "../../nihav-itu" } | |
15 | nihav_llaudio = { path = "../../nihav-llaudio" } | |
16 | nihav_ms = { path = "../../nihav-ms", default-features=false, features = ["all_audio_decoders"] } | |
17 | nihav_qt = { path = "../../nihav-qt", default-features=false, features = ["all_audio_decoders"] } | |
18 | nihav_rad = { path = "../../nihav-rad", default-features=false, features = ["all_demuxers", "all_audio_decoders"] } | |
19 | nihav_realmedia = { path = "../../nihav-realmedia", default-features=false, features = ["all_demuxers", "all_audio_decoders"] } | |
20 | nihav_vivo = { path = "../../nihav-vivo", default-features=false, features = ["all_demuxers", "all_audio_decoders"] } | |
21 | ||
22 | libc = "^0.2" | |
23 | sdl2-sys = "^0.34" |