Skip to content

Commit

Permalink
Switch from vendored alsa-sys to alsa crate
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmoon committed Apr 3, 2020
1 parent f3e7c46 commit 62d540d
Show file tree
Hide file tree
Showing 7 changed files with 256 additions and 4,323 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 62d540d

Please sign in to comment.