From 182a45ec74e57985a25e93313b24d8e34c82f37a Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Fri, 23 Jul 2021 18:50:50 +0200 Subject: [PATCH] preparing 0.1.0-alpha-1 prerelease --- Cargo.toml | 2 +- src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e972b76..ea0c450 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hexosynth" -version = "0.1.0" +version = "0.1.0-alpha-1" authors = ["Weird Constructor "] license = "AGPL-3.0-or-later" edition = "2018" diff --git a/src/lib.rs b/src/lib.rs index 525ca2e..d4f3d8b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -707,5 +707,5 @@ impl PluginUI for HexoSynth { } } -//#[cfg(not(test))] -//baseplug::vst2!(HexoSynth, b"HxsY"); +#[cfg(not(test))] +baseplug::vst2!(HexoSynth, b"HxsY");