Produce spirv-std API docs with all features (#653)

This commit is contained in:
XAMPPRocky 2021-06-09 09:30:07 +02:00 committed by GitHub
parent 486a3cee2e
commit e3720294de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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