Add devtools crates to document workflow
This commit is contained in:
parent
fcff94fca3
commit
c5502f799a
1 changed files with 7 additions and 4 deletions
11
.github/workflows/document.yml
vendored
11
.github/workflows/document.yml
vendored
|
|
@ -15,14 +15,17 @@ jobs:
|
|||
RUSTDOCFLAGS="--cfg docsrs" \
|
||||
cargo doc --no-deps --all-features \
|
||||
-p futures-core \
|
||||
-p iced_beacon \
|
||||
-p iced_core \
|
||||
-p iced_highlighter \
|
||||
-p iced_debug \
|
||||
-p iced_devtools \
|
||||
-p iced_futures \
|
||||
-p iced_runtime \
|
||||
-p iced_graphics \
|
||||
-p iced_wgpu \
|
||||
-p iced_tiny_skia \
|
||||
-p iced_highlighter \
|
||||
-p iced_renderer \
|
||||
-p iced_runtime \
|
||||
-p iced_tiny_skia \
|
||||
-p iced_wgpu \
|
||||
-p iced_widget \
|
||||
-p iced_winit \
|
||||
-p iced
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue