diff --git a/Cargo.toml b/Cargo.toml index c6387b0..e608251 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"