Skip to content

Commit

Permalink
Produce spirv-std API docs with all features (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Jun 9, 2021
1 parent 486a3ce commit e372029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ function doc() {
}

# Core crates only!
cargo doc --manifest-path "crates/spirv-std/Cargo.toml"
cargo doc --manifest-path "crates/spirv-std/Cargo.toml" --all-features
doc crates/rustc_codegen_spirv
doc crates/spirv-builder

0 comments on commit e372029

Please sign in to comment.