d3fe4c0d06
Now that all patches have been merged.
25 lines
689 B
TOML
25 lines
689 B
TOML
[package]
|
|
name = "nih_plug_egui"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
|
license = "ISC"
|
|
|
|
description = "An adapter to use egui GUIs with NIH-plug"
|
|
|
|
[features]
|
|
default = ["opengl"]
|
|
opengl = []
|
|
|
|
[dependencies]
|
|
nih_plug = { path = ".." }
|
|
|
|
baseview = { git = "https://github.com/RustAudio/baseview.git", rev = "eae4033e7d2cc9c31ccaa2794d5d08eedf2f510c" }
|
|
crossbeam = "0.8"
|
|
egui = "0.19"
|
|
egui-baseview = { git = "https://github.com/BillyDM/egui-baseview.git", rev = "46e21cc11c57c705fb83611389399ec3d2670a44" }
|
|
lazy_static = "1.4"
|
|
parking_lot = "0.12"
|
|
# To make the state persistable
|
|
serde = { version = "1.0", features = ["derive"] }
|