gb-emu/gb-vst/Cargo.toml
2023-03-08 15:19:10 +11:00

20 lines
482 B
TOML

[package]
name = "vst"
version = "0.1.0"
edition = "2021"
[lib]
name = "vst"
crate-type = ["cdylib", "rlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[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"