Releases: akb825/VertexFormatConvert
Releases · akb825/VertexFormatConvert
Version 2.1.6
Updated GLM to 1.0.2 and rapidjson to the latest revision.
Windows builds can now load Unicode file paths, utilizing the UTF-8 codepage. This provides parity with the macOS and Linux builds, where the systems already used UTF-8 for Unicode support.
Version 2.1.5
Updated RapidJSON to the latest revision.
Version 2.1.4
- Updated GLM to 1.0.1.
- Updated RapidJSON to the latest revision.
Version 2.1.3
- Increased minimum CMake version to 3.5. Fixes deprecation warning on newer versions of CMake.
- Updated RapidJSON to the latest revision.
Version 2.1.2
Fixed error when running on x86 hardware that doesn't support FC16. (#1)
Version 2.1.1
- Use hardware half float conversions where available.
- Updated RapidJSON.
Version 2.1.0
- Use namespaced target (VFC::lib) for library in CMake.
- Added VFC::tool target in CMake for the tool.
- Switched to GNUInstallDirs for install locations to be more configurable and consistent on some systems.
- Updated RapidJSON to the latest revision.
Version 2.0.4
VFC_SHARED now defaults to OFF and respects BUILD_SHARED_LIBS.
Version 2.0.3
Updated RapidJSON.
Version 2.0.2
Updated RapidJSON.