Skip to content

Commit a17a710

Browse files
committed
Add new crates to document workflow
1 parent abc9931 commit a17a710

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/document.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ jobs:
1515
run: |
1616
cargo doc --no-deps --all-features \
1717
-p iced_core \
18+
-p iced_style \
19+
-p iced_futures \
1820
-p iced_native \
1921
-p iced_lazy \
22+
-p iced_pure \
2023
-p iced_graphics \
2124
-p iced_wgpu \
2225
-p iced_glow \

0 commit comments

Comments
 (0)