Rename the gain GUI examples to match package name

This commit is contained in:
Robbert van der Helm
2022-04-14 23:53:14 +02:00
parent 7b24dea719
commit c917114020
10 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,17 @@
[package]
name = "gain_gui_vizia"
version = "0.1.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
license = "ISC"
description = "A simple gain plugin with an vizia GUI"
[lib]
crate-type = ["cdylib"]
[dependencies]
nih_plug = { path = "../../../", features = ["assert_process_allocs"] }
nih_plug_vizia = { path = "../../../nih_plug_vizia" }
atomic_float = "0.1"