diff --git a/gb-vst/src/main.rs b/gb-vst/src/main.rs deleted file mode 100644 index 4a3e5b4..0000000 --- a/gb-vst/src/main.rs +++ /dev/null @@ -1,7 +0,0 @@ -use nih_plug::prelude::*; - -use twinc_emu_vst::GameboyEmu; - -fn main() { - nih_export_standalone::(); -}