20 lines
432 B
TOML
20 lines
432 B
TOML
[package]
|
|
name = "vst"
|
|
version = "0.4.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "vst"
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
gb-emu-lib = { path = "../lib", features = ["vulkan-renderer", "config"] }
|
|
nih_plug = { path = "../vendored/nih-plug", features = ["standalone"] }
|
|
baseview = { path = "../vendored/baseview" }
|
|
async-ringbuf = "0.1"
|
|
futures = "0.3"
|
|
keyboard-types = "0.6.2"
|
|
raw-window-handle = "0.5"
|