v1.0.0-beta.3
What's Changed
- Fix VCPKG port build failures: Removed unused
#include <print>and replacedstd::formatwithfmt::format(PR #11) - Fix Windows x86 calling convention mismatch for HPDF error handler (PR #12)
Important Note for Users
As you mentioned, if you have installed the library and are using CMake's find_package, you must now explicitly require:
find_package(fmt CONFIG REQUIRED)This requirement is due to the replacement of std::format with fmt::format. The next version is expected to add support for fmt as part of the Docraft find_package requirements, making this unnecessary in future releases.