Skip to content

Commit

Permalink
Disable wpgu feature in document CI workflow
Browse files Browse the repository at this point in the history
`wgpu` takes a long time to document otherwise.
  • Loading branch information
hecrj committed Sep 20, 2024
1 parent 53f88fe commit d703eb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Generate documentation
run: |
RUSTDOCFLAGS="--cfg docsrs" \
cargo doc --no-deps --all-features \
cargo doc --no-deps --no-default-features \
--features image-without-codecs,svg,canvas,qr_code,markdown,highlighter,lazy,tokio \
-p futures-core \
-p iced_core \
-p iced_highlighter \
Expand Down

0 comments on commit d703eb0

Please sign in to comment.