Skip to content

v0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 13:32

Changelog

  • Fixed errors when using some cmake options
  • Fixed a bug that initialized images won't be zeroed
  • Updated submodules
  • Added "TEXCONV_USE_ALL" option (it'll enable all "TEXCONV_USE_*" options)
  • Removed "TEXCONV_USE_USAGE" option (it'll be enabled with TEXCONV_BUILD_AS_EXE)

Notes

  • The shared library is built with "TEXCONV_USE_ALL" option.
  • The executables are built with TEXCONV_BUILD_AS_EXE and TEXCONV_USE_ALL options. And they won't refer the shared library.
  • The Linux build only supports Ubuntu 20.04 or later.
  • The macOS build only supports macOS 10.15 or later.