au-sys 0.1.1

Rust FFI bindings for the macOS AudioUnit v2 (AUv2) C API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "au-sys"
version = "0.1.1"
edition = "2021"
description = "Rust FFI bindings for the macOS AudioUnit v2 (AUv2) C API"
license = "MIT"
repository = "https://github.com/lnswlrd/au-sys"
homepage = "https://github.com/lnswlrd/au-sys"
documentation = "https://docs.rs/au-sys"
readme = "README.md"
keywords = ["audio", "audiounit", "au", "macos", "ffi"]
categories = ["external-ffi-bindings", "multimedia::audio"]
# macOS-only crate
exclude = []

[lib]

[target.'cfg(target_os = "macos")'.dependencies]