coremidi-sys 3.2.1

Low-level FFI bindings for the CoreMIDI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "coremidi-sys"
version = "3.2.1"
authors = ["Jonas Klesy", "Patrick Reisert", "Renaud Denis <mail@renauddenis.com>"]
description = "Low-level FFI bindings for the CoreMIDI framework"
license = "MIT"
repository = "https://github.com/jonas-k/coremidi-sys"
documentation = "https://docs.rs/coremidi-sys"
categories = ["external-ffi-bindings", "multimedia::audio"]

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
core-foundation-sys = "0.8.7"

[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"