the time has passed for standalone vst

This commit is contained in:
Alex Janka 2023-10-27 17:37:13 +11:00
parent 086f2a5809
commit 72af6a44b9

View file

@ -1,7 +0,0 @@
use nih_plug::prelude::*;
use twinc_emu_vst::GameboyEmu;
fn main() {
nih_export_standalone::<GameboyEmu>();
}