mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add a feature flag to enable doc_auto_cfg
This commit is contained in:
@@ -40,6 +40,8 @@ assert_process_allocs = ["assert_no_alloc"]
|
||||
# Add adapters to the Buffer object for reading the channel data to and from
|
||||
# `std::simd` vectors. Requires a nightly compiler.
|
||||
simd = []
|
||||
# Only relevant when generating docs, adds the `doc_auto_cfg` nightly feature
|
||||
docs = []
|
||||
|
||||
[dependencies]
|
||||
nih_plug_derive = { path = "nih_plug_derive" }
|
||||
|
||||
Reference in New Issue
Block a user