Skip to content

Releases: RecoilEngine/RecoilEngineLibs

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 31 Mar 17:08
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

Choose a tag to compare

@github-actions github-actions released this 30 Mar 12:25
Fix Dockerfile CMD args broken by triplet rename

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

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 30 Mar 10:22
CI: test vcpkg binary cache hit after pinning

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 30 Mar 00:01
Link freetype and fontconfig statically to minimize external dynamic …

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 29 Mar 20:32
Fix vcpkg cache key to include overlay-ports

Made-with: Cursor