rustc_codegen_spirv-target-specs 0.9.0

target spec json files of rust-gpu for the rustc compiler
Documentation
1
2
3
4
5
6
7
# `rustc_codegen_spirv-target-specs`

The target spec json files of rust-gpu to hand to the rustc compiler, declaring various metadata about our codegen backend.

## Features
* `include_str`: include target specs as string constants, for bundling with `cargo-gpu`
* `dir_path`: export a path to the target specs dir, for `spirv-builder` and `compiletest` in this repo