[package]
edition = "2021"
name = "rustc_codegen_spirv-target-specs"
version = "0.9.0"
authors = [
"rust-gpu developers",
"Embark <opensource@embark-studios.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "target spec json files of rust-gpu for the rustc compiler"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-gpu/rust-gpu"
[lib]
name = "rustc_codegen_spirv_target_specs"
path = "src/lib.rs"
[features]
dir_path = []
include_str = []