gb-emu/gb-vst/src/main.rs

7 lines
116 B
Rust

use nih_plug::prelude::*;
use twinc_emu_vst::GameboyEmu;
fn main() {
nih_export_standalone::<GameboyEmu>();
}