sndplay: support various input kinds
[nihav-player.git] / sndplay / Cargo.toml
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_flash = { path = "../../nihav-flash", default-features=false, features = ["all_demuxers", "all_audio_decoders"] }
13 nihav_game = { path = "../../nihav-game", default-features=false, features = ["all_demuxers", "all_audio_decoders"] }
14 nihav_indeo = { path = "../../nihav-indeo", default-features=false, features = ["all_audio_decoders"] }
15 #nihav_itu = { path = "../../nihav-itu" }
16 nihav_llaudio = { path = "../../nihav-llaudio" }
17 nihav_mpeg = { path = "../../nihav-mpeg", default-features=false, features = ["all_audio_decoders"] }
18 nihav_ms = { path = "../../nihav-ms", default-features=false, features = ["all_audio_decoders"] }
19 nihav_qt = { path = "../../nihav-qt", default-features=false, features = ["all_audio_decoders"] }
20 nihav_rad = { path = "../../nihav-rad", default-features=false, features = ["all_demuxers", "all_audio_decoders"] }
21 nihav_realmedia = { path = "../../nihav-realmedia", default-features=false, features = ["all_demuxers", "all_audio_decoders"] }
22 nihav_vivo = { path = "../../nihav-vivo", default-features=false, features = ["all_demuxers", "all_audio_decoders"] }
23
24 libc = "^0.2"
25 sdl2-sys = "^0.34"