Skip to content

v0.10.3

Choose a tag to compare

@github-actions github-actions released this 28 Feb 02:35
· 355 commits to main since this release

Fixed

  • dear-imgui-sys
    • Link shell32/user32/kernel32/imm32 explicitly on Windows to fix GNU/MinGW toolchains that ignore ImGui's #pragma comment(lib, ...) (Fixes #20).

CI

  • Add a Windows GNU (MinGW) link check job to catch missing system libraries (e.g. shell32) at PR time.