Enable the standalone feature in the docs
This commit is contained in:
parent
6fc0b2e148
commit
bbb73c557d
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
||||||
# conflicting iced features. We also don't want to use `--workspace`
|
# conflicting iced features. We also don't want to use `--workspace`
|
||||||
# here because that would also document our plugins and binary crates.
|
# here because that would also document our plugins and binary crates.
|
||||||
args: >-
|
args: >-
|
||||||
--features docs,simd --no-deps
|
--features docs,simd,standalone --no-deps
|
||||||
-p nih_plug
|
-p nih_plug
|
||||||
-p nih_plug_derive
|
-p nih_plug_derive
|
||||||
-p nih_plug_egui
|
-p nih_plug_egui
|
||||||
|
|
Loading…
Reference in a new issue