mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add a bundler module for parsing exported symbols
We can use this to detect which plugin formats are supported by a plugin. Otherwise the bundler would be very awkward to use when supporting multiple formats.
This commit is contained in:
@@ -7,5 +7,6 @@ license = "ISC"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
goblin = "0.5"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
toml = "0.5"
|
||||
|
||||
Reference in New Issue
Block a user