40 lines
882 B
TOML
40 lines
882 B
TOML
[package]
|
|
|
|
name = "cpal"
|
|
version = "0.0.16"
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
|
description = "Cross-platform audio playing library in pure Rust."
|
|
repository = "https://github.com/tomaka/cpal"
|
|
documentation = "http://tomaka.github.io/cpal/"
|
|
license = "Apache-2.0"
|
|
keywords = ["audio", "sound"]
|
|
|
|
[dependencies]
|
|
libc = "*"
|
|
|
|
[target.i686-pc-windows-gnu.dependencies.winapi]
|
|
version = "0"
|
|
|
|
[target.x86_64-pc-windows-gnu.dependencies.winapi]
|
|
version = "0"
|
|
|
|
[target.i686-pc-windows-gnu.dependencies.ole32-sys]
|
|
version = "0"
|
|
|
|
[target.x86_64-pc-windows-gnu.dependencies.ole32-sys]
|
|
version = "0"
|
|
|
|
[target.i686-unknown-linux-gnu.dependencies.alsa-sys]
|
|
version = "0"
|
|
path = "alsa-sys"
|
|
|
|
[target.x86_64-unknown-linux-gnu.dependencies.alsa-sys]
|
|
version = "0"
|
|
path = "alsa-sys"
|
|
|
|
[target.x86_64-apple-darwin.dependencies]
|
|
coreaudio-rs = "*"
|
|
|
|
[dev-dependencies]
|
|
vorbis = "0"
|