Add devtools crates to document workflow

This commit is contained in:
Héctor Ramón Jiménez 2025-05-04 22:50:39 +02:00
parent fcff94fca3
commit c5502f799a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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