Skip to content

Commit

Permalink
Merge pull request RustAudio#386 from alexmoon/alsa
Browse files Browse the repository at this point in the history
Switch from vendored alsa-sys to alsa crate
  • Loading branch information
mitchmindtree authored Apr 15, 2020
2 parents fc28a80 + 5da315f commit 7df5b4e
Show file tree
Hide file tree
Showing 7 changed files with 259 additions and 4,324 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ asio-sys = { version = "0.1", path = "asio-sys", optional = true }
parking_lot = "0.9"

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd"))'.dependencies]
alsa-sys = { version = "0.1", path = "alsa-sys" }
libc = "0.2"
alsa = "0.4.1"
nix = "0.15.0"
libc = "0.2.65"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
coreaudio-rs = { version = "0.9.1", default-features = false, features = ["audio_unit", "core_audio"] }
Expand Down
3 changes: 0 additions & 3 deletions alsa-sys/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions alsa-sys/Cargo.toml

This file was deleted.

5 changes: 0 additions & 5 deletions alsa-sys/build.rs

This file was deleted.

Loading

0 comments on commit 7df5b4e

Please sign in to comment.