diff --git a/Cargo.toml b/Cargo.toml index c6387b0..69c548b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.4.1" +version = "0.4.2" authors = ["The CPAL contributors", "Pierre Krieger "] 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"