jit-spirv 0.1.1

Compile GLSL/HLSL/WGSL to SPIR-V just-in-time with a simple macro.
Documentation
[dependencies.jit-spirv-impl]
version = "0.1.0"

[dependencies.naga]
features = ["wgsl-in", "spv-out"]
optional = true
version = ">=0.5"

[dependencies.shaderc]
optional = true
version = ">=0.7.2, <=0.8"
[dev-dependencies.spirq]
version = "0.6"

[features]
build-from-source = ["shaderc", "shaderc/build-from-source"]
default = ["glsl", "hlsl", "wgsl"]
glsl = ["shaderc"]
hlsl = ["shaderc"]
naga = ["dep:naga", "jit-spirv-impl/naga"]
shaderc = ["dep:shaderc", "jit-spirv-impl/shaderc"]
wgsl = ["naga"]

[package]
authors = ["PENGUINLIONG <admin@penguinliong.moe>"]
categories = ["graphics"]
description = "Compile GLSL/HLSL/WGSL to SPIR-V just-in-time with a simple macro."
documentation = "https://docs.rs/inline-spirv-rs"
edition = "2018"
homepage = "https://github.com/PENGUINLIONG/inline-spirv-rs"
license = "MIT OR Apache-2.0"
name = "jit-spirv"
readme = "README.md"
repository = "https://github.com/PENGUINLIONG/inline-spirv-rs"
version = "0.1.1"