Merge pull request #143 from yupferris/master

Add coreaudio-rs dependency for i686-apple-darwin
This commit is contained in:
tomaka 2017-01-19 17:04:06 +01:00 committed by GitHub
commit 76f173217c
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "cpal"
version = "0.4.1"
version = "0.4.2"
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Low-level cross-platform audio playing library in pure Rust."
repository = "https://github.com/tomaka/cpal"
@ -32,5 +32,8 @@ path = "alsa-sys"
version = "0.1"
path = "alsa-sys"
[target.i686-apple-darwin.dependencies]
coreaudio-rs = "0.6"
[target.x86_64-apple-darwin.dependencies]
coreaudio-rs = "0.6"