forked from mozilla/cubeb-coreaudio-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
35 lines (30 loc) · 799 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[package]
name = "cubeb-coreaudio"
version = "0.1.0"
license = "ISC"
[lib]
crate-type = ["staticlib", "rlib"]
[dependencies]
atomic = "0.4"
bitflags = "2"
coreaudio-sys-utils = { path = "coreaudio-sys-utils" }
cubeb-backend = "0.13"
float-cmp = "0.6"
libc = "0.2"
mach = "0.3"
num = "0.4.3"
audio-mixer = "0.2"
ringbuf = "0.2.6"
triple_buffer = "5.0.5"
whatsys = "0.3"
[dev-dependencies]
itertools = "0.11"
[features]
audio-dump = []
vpio-forcelist = []
gecko-in-tree = ["cubeb-backend/gecko-in-tree"]
# Workaround for https://github.com/rust-lang/cargo/issues/6745 to allow this
# Cargo.toml file to appear under a subdirectory of a workspace without being in
# that workspace (e.g. in cubeb-rs).
[workspace]