spirv-cross-sys 0.4.3+e670b39

Raw bindings to SPIRV-Cross
Documentation
[build-dependencies.cc]
features = ["parallel"]
version = "1.0"

[dependencies.bytemuck]
version = "1.17.1"

[dependencies.num-derive]
version = "0.4.2"

[dependencies.num-traits]
version = "0.2"

[features]
cpp = ["glsl"]
glsl = []
hlsl = ["glsl"]
json = ["glsl"]
msl = ["glsl"]

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

[package]
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["rendering", "rendering::graphics-api"]
description = "Raw bindings to SPIRV-Cross"
edition = "2021"
keywords = ["spirv", "shaders"]
license = "MIT OR Apache-2.0"
name = "spirv-cross-sys"
readme = "README.md"
repository = "https://github.com/SnowflakePowered/spirv-cross2"
version = "0.4.3+e670b39"