This commit is contained in:
2017-06-13 17:26:55 -04:00
commit 2fb1293691
5 changed files with 154 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "rist"
version = "0.0.1"
authors = ["Veit Heller <veit@veitheller.de>"]
[dependencies]
vst2 = "0.0.1"
[lib]
name = "rist"
crate-type = ["dylib"]