Skip to content

v0.14.1

Choose a tag to compare

@Latias94 Latias94 released this 10 Jun 08:37
· 7 commits to main since this release

Added

  • Add shared native dependency discovery helpers for build scripts, with pkg-config and vcpkg backends for FreeType and SDL3 header lookup.
  • Add Windows CI coverage for vcpkg-only native dependency discovery.

Fixed

  • dear-imgui-sys/freetype now fails fast when FreeType cannot be found instead of silently compiling without the FreeType rasterizer. Fixes #30, thanks @spindlymist.
  • dear-imgui-sys and dear-imgui-sdl3 now fall back to vcpkg on Windows MSVC targets when pkg-config cannot provide FreeType or SDL3 header metadata.