From 298a739b3413247917ac76f657b5c64100c0769b Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Sat, 4 Mar 2023 09:31:39 +1100 Subject: [PATCH] fix bundle-universal --- gb-vst/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gb-vst/Cargo.toml b/gb-vst/Cargo.toml index 74d6d92..ecec676 100644 --- a/gb-vst/Cargo.toml +++ b/gb-vst/Cargo.toml @@ -3,6 +3,11 @@ name = "vst" version = "0.1.0" edition = "2021" +[lib] +name = "vst" +crate-type = ["cdylib", "rlib"] + + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]