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

8 lines
106 B
Rust
Raw Normal View History

2023-03-07 08:51:12 +11:00
use nih_plug::prelude::*;
use vst::GameboyEmu;
fn main() {
nih_export_standalone::<GameboyEmu>();
}