diff options
-rw-r--r-- | .github/workflows/document.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/document.yml b/.github/workflows/document.yml index 3a8326b6..b67a62ab 100644 --- a/.github/workflows/document.yml +++ b/.github/workflows/document.yml @@ -15,8 +15,11 @@ jobs: run: | cargo doc --no-deps --all-features \ -p iced_core \ + -p iced_style \ + -p iced_futures \ -p iced_native \ -p iced_lazy \ + -p iced_pure \ -p iced_graphics \ -p iced_wgpu \ -p iced_glow \ |