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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user