cubeb-coreaudio-rs/Cargo.toml

18 строки
438 B
TOML
Исходник Обычный вид История

2018-09-10 21:23:03 +03:00
[package]
name = "cubeb-coreaudio"
version = "0.1.0"
authors = ["Chun-Min Chang <chun.m.chang@gmail.com>"]
2018-10-06 02:20:58 +03:00
[lib]
crate-type = ["staticlib", "rlib"]
[features]
default = ["audio_unit", "core_audio"]
core_audio = ["coreaudio-sys/core_audio"]
audio_unit = ["coreaudio-sys/audio_unit"]
2018-09-10 21:23:03 +03:00
[dependencies]
cubeb-backend = "0.5"
coreaudio-sys = { version = "0.2", default-features = false }
2018-10-08 00:32:27 +03:00
core-foundation-sys = { version = "0.6" }
libc = "0.2"