Releases: amethyst/amethyst-imgui
Releases · amethyst/amethyst-imgui
0.7.1
0.6
Changes:
ImguiContextWrapperrenamedImguiStateImguiStateis no longer a tuple, instead a struct- Added
ImguiStatePtrfor shorthand of the Arc Mutex type.
Fixes:
- Indices data was incorrect, causing extra polys to be drawn, resulting
in malformed windows in some cases with some fonts. - Now supports
imgui::Imagetypes with amethyst textures. See the
demo_custom_texturefor details.
0.5.3
FilteredInputSystemfor filtering mouse/keyboard input via imgui- Add overlay example as a official example and add to cargo
- Moved
vecallocation for per-frame pass to a bump allocator; huge speed improvement. - Change shaders to be precompiled by default, removing
shader-compilerfeature requirement, reduces build times/removes shaderc requirement - bump version for publish