mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 12:56:41 +01:00
This commit is contained in:
parent
6bc456c814
commit
07f6f82268
22 changed files with 298 additions and 108 deletions
11
wrap/Cargo.toml
Normal file
11
wrap/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "vestal_wrap"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
|
||||
[lib]
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[dependencies]
|
||||
#nih_plug = { git = "https://github.com/robbert-vdh/nih-plug" }
|
||||
tek_jack = { git = "https://codeberg.org/unspeaker/tek", ref = "77d617f9" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue