2014-12-11 13:22:55 +00:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "cpal"
|
|
|
|
version = "0.0.1"
|
|
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
|
|
|
description = "Cross-platform audio playing library in pure Rust."
|
2014-12-11 16:59:05 +00:00
|
|
|
keywords = ["audio", "sound"]
|
2014-12-11 13:22:55 +00:00
|
|
|
|
2014-12-11 16:23:33 +00:00
|
|
|
[target.i686-pc-windows-gnu.dependencies.winapi]
|
2014-12-15 18:42:23 +00:00
|
|
|
git = "https://github.com/tomaka/winapi-rs"
|
|
|
|
branch = "mmdeviceapi"
|
2014-12-11 16:23:33 +00:00
|
|
|
features = ["ole32"]
|
|
|
|
|
|
|
|
[target.x86_64-pc-windows-gnu.dependencies.winapi]
|
2014-12-15 18:42:23 +00:00
|
|
|
git = "https://github.com/tomaka/winapi-rs"
|
|
|
|
branch = "mmdeviceapi"
|
2014-12-11 13:22:55 +00:00
|
|
|
features = ["ole32"]
|
2014-12-15 11:15:11 +00:00
|
|
|
|
2014-12-16 15:07:45 +00:00
|
|
|
[target.i686-unknown-linux-gnu.dependencies.alsa-sys]
|
|
|
|
version = "*"
|
|
|
|
path = "alsa-sys"
|
|
|
|
|
|
|
|
[target.x86_64-unknown-linux-gnu.dependencies.alsa-sys]
|
|
|
|
version = "*"
|
|
|
|
path = "alsa-sys"
|
|
|
|
|
2014-12-15 11:15:11 +00:00
|
|
|
[dev-dependencies.vorbis]
|
|
|
|
git = "https://github.com/tomaka/vorbis-rs"
|