gb-emu/gb-vst/Cargo.toml
2023-03-06 12:19:39 +11:00

18 lines
404 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" }
nih_plug = { path = "../vendored/nih-plug", features = ["assert_process_allocs"] }
baseview = { path = "../vendored/baseview" }
pixels = "0.11.0"