jit-spirv-impl 0.1.1

Compile GLSL/HLSL/WGSL to SPIR-V just-in-time with a simple macro.
Documentation
# JIT SPIR-V (Implementation)

[![Crate](https://img.shields.io/crates/v/jit-spirv-impl)](https://crates.io/crates/jit-spirv-impl)
[![Documentation](https://docs.rs/jit-spirv-impl/badge.svg)](https://docs.rs/jit-spirv-impl)

`jit-spirv-impl` implements the procedural macro code generator for `jit-spirv`.

## How to Use

Please refer to the [documentation of jit-spirv](https://docs.rs/jit-spirv) for usage.

## License

This project is licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.