e9dff5b0eb
Which would otherwise make compiling without VST3 support impossible.
18 lines
352 B
TOML
18 lines
352 B
TOML
[package]
|
|
name = "nih_plug_derive"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
|
license = "ISC"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0", features = ["extra-traits"] }
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|
|
|
|
[dev-dependencies]
|
|
nih_plug = { path = "..", default-features = false }
|