summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b9989e504adcef53be25fdbc590e90ff2b9d6cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "playmidi"
version = "0.0.0"
edition = "2021"

[build-dependencies]
cc = "1.0"

[dependencies]
cpal = "0.14"
libc = "0.2"