Merge pull request #143 from yupferris/master
Add coreaudio-rs dependency for i686-apple-darwin
This commit is contained in:
commit
76f173217c
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cpal"
|
name = "cpal"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||||
description = "Low-level cross-platform audio playing library in pure Rust."
|
description = "Low-level cross-platform audio playing library in pure Rust."
|
||||||
repository = "https://github.com/tomaka/cpal"
|
repository = "https://github.com/tomaka/cpal"
|
||||||
|
@ -32,5 +32,8 @@ path = "alsa-sys"
|
||||||
version = "0.1"
|
version = "0.1"
|
||||||
path = "alsa-sys"
|
path = "alsa-sys"
|
||||||
|
|
||||||
|
[target.i686-apple-darwin.dependencies]
|
||||||
|
coreaudio-rs = "0.6"
|
||||||
|
|
||||||
[target.x86_64-apple-darwin.dependencies]
|
[target.x86_64-apple-darwin.dependencies]
|
||||||
coreaudio-rs = "0.6"
|
coreaudio-rs = "0.6"
|
||||||
|
|
Loading…
Reference in New Issue