Avoid use of `shaderc` in released crate
Friz64 opened this issue · 1 comments
Friz64 commented
The crate should provide precompiled versions of every permutation (4 ShaderQuality
* 7 ShaderStage
= 28 permutations) of the shaders and include them. This avoids the dependency of shaderc and its inclusion in binaries.
fintelia commented
(Sorry I missed this issue... I had GitHub notifications disabled on this repo for some reason)
The crate now works with naga so it doesn't have to depend on shaderc at all 🎉