Skip to content

v0.27.2

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 15:59
· 5 commits to main since this release
Immutable release. Only release title and notes can be modified.
fix: use dynamic SDL2 linking on Windows release builds

Prebuilt go-sdl2 static libs are incompatible with GCC 16.1.0+
(__ms_vsscanf removed). Switch to dynamic linking against MSYS2 SDL2
packages and bundle official SDL2 runtime DLLs.

Co-Authored-By: Claude <noreply@anthropic.com>