blob: 8aedee699332162c3682b27d6aa3da3ebdd86412 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "coremidi"
version = "0.6.0"
authors = ["Christian Perez-Llamas"]
description = "CoreMIDI library for Rust"
license = "MIT"
homepage = "https://github.com/chris-zen/coremidi"
repository = "https://github.com/chris-zen/coremidi"
documentation = "https://chris-zen.github.io/coremidi/coremidi/"
readme = "README.md"
keywords = ["CoreMIDI", "MIDI", "OSX", "macOS", "music"]
edition = "2018"
[dependencies]
core-foundation-sys = "0.8.2"
core-foundation = "0.9.1"
coremidi-sys = "3.0.1"
|