inline-spirv 0.1.6

Compile GLSL/HLSL/WGSL and inline SPIR-V right inside your crate.
Documentation
[dependencies.naga]
features = ["wgsl-in", "spv-out"]
optional = true
version = "0.5.0"

[dependencies.quote]
version = "1.0.7"

[dependencies.shaderc]
optional = true
version = ">=0.7.2, <=0.8"

[dependencies.syn]
version = "1.0.38"
[dev-dependencies.spirq]
version = "0.4.13"

[features]
build-from-source = ["shaderc", "shaderc/build-from-source"]
default = ["glsl", "hlsl"]
glsl = ["shaderc"]
hlsl = ["shaderc"]
wgsl = ["naga"]

[lib]
proc-macro = true

[package]
authors = ["PENGUINLIONG <admin@penguinliong.moe>", "Daniel Parnell <me@danielparnell.com>"]
categories = ["graphics"]
description = "Compile GLSL/HLSL/WGSL and inline SPIR-V right inside your crate."
documentation = "https://docs.rs/inline-spirv-rs"
edition = "2018"
homepage = "https://github.com/PENGUINLIONG/inline-spirv-rs"
license = "MIT OR Apache-2.0"
name = "inline-spirv"
readme = "README.md"
repository = "https://github.com/PENGUINLIONG/inline-spirv-rs"
version = "0.1.6"