updated logger to support std::format (upgrading to gcc >13 was one of the most tedious things i've ever done)

This commit is contained in:
2026-07-18 03:42:43 -05:00
parent 235530c03d
commit 1c74c04db3
6 changed files with 25 additions and 22 deletions

View File

@@ -50,7 +50,7 @@ CMake: https://cmake.org/download/ \
Qt6::QML: https://www.qt.io/development/download-qt-installer-oss \
Note: you must export the Qt install location to your environment. E.g. add the following to a powershell profile: `$env:Qt6_DIR = "C:\Qt\6.10.1\msvc2022_64"`
Compiler that supports C++20. Builds have been tested with GCC12 & MSVC17
Compiler that supports C++20. Builds have been tested with GCC13 & MSVC17
Clone repository
```PowerShell