add linux sampler

This commit is contained in:
Gregory Terzian 2018-12-03 19:33:25 +08:00 committed by Josh Matthews
parent 0cb87cca13
commit 7bc29205ef
11 changed files with 263 additions and 9 deletions

View file

@ -23,5 +23,12 @@ serde = "1.0.60"
serde_json = "1.0"
crossbeam-channel = "0.3"
[dev-dependencies]
lazy_static = "1.0"
[target.'cfg(target_os = "macos")'.dependencies]
mach = "0.2.3"
[target.'cfg(all(target_os = "linux", not(any(target_arch = "arm", target_arch = "aarch64"))))'.dependencies]
nix = "~0.11.0"
unwind-sys = "0.1.1"