Releases: RecoilEngine/RecoilEngineLibs
Releases · RecoilEngine/RecoilEngineLibs
Release list
v0.1.9
Add POSIX compat headers and bundle 7za.exe for MSVC - compat/include/unistd.h: MIT-licensed MSVC compatibility shim (same header previously shipped with vclibs64) so engine source can #include <unistd.h> without per-file WIN32 guards. - vcpkg/build.sh: copy compat/include/ into the x64-windows-msvc output, and download 7za.exe (from ip7z/7zip GitHub releases) into bin/ so FindSevenZip can locate it at engine build time. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v0.1.8
Fix Dockerfile CMD args broken by triplet rename Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v0.1.7
CI: test vcpkg binary cache hit after pinning
v0.1.6
Link freetype and fontconfig statically to minimize external dynamic …
v0.1.5
Fix vcpkg cache key to include overlay-ports Made-with: Cursor