include-glsl 0.2.0

Compile a GLSL shader into SPIR-V and include it as a u32 array.
1
2
3
4
use proc_macro_hack::proc_macro_hack;

#[proc_macro_hack]
pub use include_glsl_impl::include_glsl;