Move some fmt related code and allow formatting of std::filesystem::path

This commit is contained in:
Georg Hagen
2025-02-11 22:02:25 +01:00
parent af9de9c2af
commit 09195153e0
4 changed files with 79 additions and 63 deletions

View File

@@ -9,6 +9,7 @@
#define SPDLOG_DEBUG_ON
#define SPDLOG_TRACE_ON
#include "Extensions/FmtFormatter.hpp"
#include <spdlog/spdlog.h>
namespace OpenVulkano