mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
add linux sampler
This commit is contained in:
parent
0cb87cca13
commit
7bc29205ef
11 changed files with 263 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue