mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Rename the gain GUI examples to match package name
This commit is contained in:
17
plugins/examples/gain_gui_egui/Cargo.toml
Normal file
17
plugins/examples/gain_gui_egui/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "gain_gui_egui"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
||||
license = "ISC"
|
||||
|
||||
description = "A simple gain plugin with an egui GUI"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
nih_plug = { path = "../../../", features = ["assert_process_allocs"] }
|
||||
nih_plug_egui = { path = "../../../nih_plug_egui" }
|
||||
|
||||
atomic_float = "0.1"
|
||||
Reference in New Issue
Block a user