From 7d3fe5409709331289a4ade8cad7e3a680cabe3d Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Fri, 13 Feb 2015 14:43:50 +1100 Subject: [PATCH] Coreaudio bindings --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 34d3b61..08c11ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,5 +29,9 @@ path = "alsa-sys" version = "0" path = "alsa-sys" +[target.x86_64-apple-darwin.dependencies.core_audio-sys] +version = "0" +path = "core_audio-sys" + [dev-dependencies] vorbis = "0"