From c5502f799a43fe046004be0f3eb082c7610936b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Sun, 4 May 2025 22:50:39 +0200 Subject: [PATCH] Add `devtools` crates to `document` workflow --- .github/workflows/document.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/document.yml b/.github/workflows/document.yml index 671cdb0b..3526a48a 100644 --- a/.github/workflows/document.yml +++ b/.github/workflows/document.yml @@ -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