From 72af6a44b965ce3c740659387af2801c410024be Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Fri, 27 Oct 2023 17:37:13 +1100 Subject: [PATCH] the time has passed for standalone vst --- gb-vst/src/main.rs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 gb-vst/src/main.rs 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::(); -}