v0.12.0 - Imgui 0.6.0 and SRGB
Added
- A changelog!
- Shaders are now SRGB aware. Choose
RendererConfig::new()
to get shaders outputting in linear color
andRendererConfig::new_srgb()
for shaders outputting SRGB.
Updated
imgui
to0.6
.winit
to0.23
Removed
- GLSL shaders and
glsl-to-spirv
. If you want a custom shader, provide custom spirv toRendererConfig::with_shaders()
, however you generate it.