gb-emu/gb-vst/Cargo.toml

21 lines
423 B
TOML

[package]
name = "vst"
version = "0.1.0"
edition = "2021"
[lib]
name = "vst"
crate-type = ["cdylib", "rlib"]
[features]
default = []
savestate = []
[dependencies]
gb-emu-lib = { path = "../lib", features = ["async"] }
nih_plug = { path = "../vendored/nih-plug", features = ["standalone"] }
baseview = { path = "../vendored/baseview" }
pixels = "0.11.0"
async-ringbuf = "0.1.2"
futures = "0.3.26"
keyboard-types = "0.6.2"