-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Cargo.toml
21 lines (16 loc) · 816 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "quad-snd"
version = "0.2.8"
authors = ["Fedor Logachev <not.fl3@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "High level and cross platform audio library"
[target.'cfg(target_os = "android")'.dependencies]
audir-sles = "0.1.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
audrey = { version = "0.3", default-features = false, features = ["wav", "ogg_vorbis"] }
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd"))'.dependencies]
quad-alsa-sys = "0.3.2"
libc = "0.2"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3.8", features = ["debug", "ksmedia", "audioclient", "combaseapi", "coml2api", "devpkey", "handleapi", "mmdeviceapi", "objbase", "unknwnbase", "winerror", "synchapi", "winbase"] }