v0.1.2
Changelog
- Supported Ubuntu 20.04 or later
- Supported macOS 10.15 or later
- Improved an error message about missing output directories
Notes
- The shared library is built with no cmake options.
- The executable is built with
TEXCONV_BUILD_AS_EXE
andTEXCONV_USE_USAGE
options. And it 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.
See docs/Usage.md if you want to know how to use texconv.
Known issues
- Can't read paths start with "/".
- Can't use GPU twice in a process.