mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
Produce spirv-std API docs with all features (#653)
This commit is contained in:
parent
486a3cee2e
commit
e3720294de
2
.github/workflows/docs.sh
vendored
2
.github/workflows/docs.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user