2019-07-17 07:48:25 +03:00
|
|
|
[package]
|
|
|
|
name = "coreaudio-sys-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Chun-Min Chang <chun.m.chang@gmail.com>"]
|
|
|
|
edition = "2018"
|
2019-12-11 23:57:35 +03:00
|
|
|
license = "ISC"
|
2019-07-17 07:48:25 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2020-07-25 01:35:25 +03:00
|
|
|
core-foundation-sys = { version = "0.8" }
|
2019-07-17 07:48:25 +03:00
|
|
|
|
|
|
|
[dependencies.coreaudio-sys]
|
|
|
|
default-features = false
|
2019-10-31 23:14:00 +03:00
|
|
|
features = ["audio_unit", "core_audio"]
|
2019-07-27 03:35:09 +03:00
|
|
|
version = "0.2"
|