[dependencies.proc-macro2]
version = "1.0.24"
[dependencies.quote]
version = "1.0.7"
[dependencies.syn]
version = "2.0.15"
[features]
default = ["shaderc", "naga"]
naga = []
shaderc = []
[lib]
proc-macro = true
[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-impl"
readme = "README.md"
repository = "https://github.com/PENGUINLIONG/inline-spirv-rs"
version = "0.1.1"