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

[build-dependencies]
cc = "1.0"

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