Move some fmt related code and allow formatting of std::filesystem::path
This commit is contained in:
@@ -6,17 +6,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Extensions/FmtFormatter.hpp"
|
||||
#include <imgui.h>
|
||||
#include <string>
|
||||
|
||||
#if __has_include("fmt/format.h")
|
||||
#include <fmt/format.h>
|
||||
#elif __has_include("spdlog/fmt/fmt.h")
|
||||
#include <spdlog/fmt/fmt.h>
|
||||
#else
|
||||
#error "Failed to find fmt include"
|
||||
#endif
|
||||
|
||||
namespace ImGui
|
||||
{
|
||||
template <typename... Args>
|
||||
|
||||
Reference in New Issue
Block a user