Releases: amethyst/amethyst-imgui
Releases · amethyst/amethyst-imgui
0.7.1
0.6
Changes:
ImguiContextWrapper
renamedImguiState
ImguiState
is no longer a tuple, instead a struct- Added
ImguiStatePtr
for 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::Image
types with amethyst textures. See the
demo_custom_texture
for details.
0.5.3
FilteredInputSystem
for filtering mouse/keyboard input via imgui- Add overlay example as a official example and add to cargo
- Moved
vec
allocation for per-frame pass to a bump allocator; huge speed improvement. - Change shaders to be precompiled by default, removing
shader-compiler
feature requirement, reduces build times/removes shaderc requirement - bump version for publish