2022-11-10 01:47:26 +11:00
|
|
|
[package]
|
|
|
|
name = "buffr_glitch"
|
2023-01-18 01:06:41 +11:00
|
|
|
version = "0.2.0"
|
2022-11-10 01:47:26 +11:00
|
|
|
edition = "2021"
|
|
|
|
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
|
|
|
license = "GPL-3.0-or-later"
|
2022-11-12 04:07:47 +11:00
|
|
|
homepage = "https://github.com/robbert-vdh/nih-plug/tree/master/plugins/buffr_glitch"
|
2022-11-10 01:47:26 +11:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
nih_plug = { path = "../../", features = ["assert_process_allocs"] }
|