From bbb73c557d90d1d9b10d6a5b36ea82fb22556691 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 13 May 2022 15:05:18 +0200 Subject: [PATCH] Enable the standalone feature in the docs --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8eb2b725..4fffcacf 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -58,7 +58,7 @@ jobs: # conflicting iced features. We also don't want to use `--workspace` # here because that would also document our plugins and binary crates. args: >- - --features docs,simd --no-deps + --features docs,simd,standalone --no-deps -p nih_plug -p nih_plug_derive -p nih_plug_egui