spirv-tools-sys 0.13.2

Wrapper crate for SPIRV-Tools
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "spirv-tools-sys"
version = "0.13.2"
authors = [
    "rust-gpu developers",
    "Embark <opensource@embark-studios.com>",
]
build = "build.rs"
links = "spirv-tools"
include = [
    "generated",
    "spirv-headers/include",
    "spirv-tools/include",
    "!spirv-tools/source/diff",
    "!spirv-tools/source/fuzz",
    "!spirv-tools/source/link",
    "!spirv-tools/source/lint",
    "!spirv-tools/source/reduce",
    "!spirv-tools/source/wasm",
    "spirv-tools/source",
    "src/**",
    "build.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrapper crate for SPIRV-Tools"
homepage = "https://github.com/rust-gpu/spirv-tools-rs"
documentation = "https://docs.rs/spirv-tools"
readme = "README.md"
keywords = [
    "spir-v",
    "rust-gpu",
]
categories = ["rendering::data-formats"]
license = "Apache-2.0"
repository = "https://github.com/rust-gpu/spirv-tools-rs"
resolver = "2"

[features]
default = ["use-compiled-tools"]
use-compiled-tools = []
use-installed-tools = []

[lib]
name = "spirv_tools_sys"
path = "src/lib.rs"

[build-dependencies.cc]
version = "1.0"
features = ["parallel"]