Releases: chfoo/cobbletext
Releases · chfoo/cobbletext
Version 0.2.1
- Fixed a memory leak (#2)
- Fixed compatibility with latest version of stb
Unfortunately, builds for macOS and Emscripten are not available. You will need to build the libraries yourself. Sorry for any inconvenience. This is due to a mix of complicated build configuration, third-party server download quotas, cloud services, etc. Microsoft regularly removes old build environments, services, and tooling from GitHub Actions and vcpkg, and updating the project's build configs and dependencies take up time.
v0.2.0
- Removed library
clear_glyphs()and added engineclear_tiles(). - Changed
add_inline_object()to accept width and height instead of size. - Fixed Engine OutputInfo containing uninitialized values if
lay_out()was not called. - Fixed dynamic library symbol exports on Windows.
- Added CMake variable
COBBLETEXT_CPP_APIto enable C++ API on a dynamic library build for Windows.