gb-emu/gb-vst/Cargo.toml

21 lines
422 B
TOML

[package]
name = "vst"
version = "0.3.3"
edition = "2021"
[lib]
name = "vst"
crate-type = ["cdylib", "rlib"]
[features]
default = []
[dependencies]
gb-emu-lib = { path = "../lib", features = ["vulkan-renderer"] }
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"