diff options
author | 2022-04-30 13:44:37 +0200 | |
---|---|---|
committer | 2022-04-30 13:44:37 +0200 | |
commit | a17a7103d382f02c64e7b271d953ea6babffac97 (patch) | |
tree | 173fc0f1add02df265abf465bd2f3d961c02fbb8 /.github | |
parent | abc993103fa59da6ad2b7ba5a40fd5aa59952ee5 (diff) | |
download | iced-a17a7103d382f02c64e7b271d953ea6babffac97.tar.gz iced-a17a7103d382f02c64e7b271d953ea6babffac97.tar.bz2 iced-a17a7103d382f02c64e7b271d953ea6babffac97.zip |
Add new crates to `document` workflow
Diffstat (limited to '.github')
-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 \ |