Update dependencies
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <magic_enum.hpp>
|
||||
#include <magic_enum/magic_enum.hpp>
|
||||
|
||||
namespace OpenVulkano::AR
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <magic_enum.hpp>
|
||||
#include <magic_enum/magic_enum.hpp>
|
||||
|
||||
namespace OpenVulkano::AR
|
||||
{
|
||||
@@ -116,4 +116,4 @@ namespace OpenVulkano::AR
|
||||
private:
|
||||
State m_state;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <magic_enum.hpp>
|
||||
#include <magic_enum/magic_enum.hpp>
|
||||
|
||||
namespace OpenVulkano::AR
|
||||
{
|
||||
@@ -55,4 +55,4 @@ namespace OpenVulkano::AR
|
||||
private:
|
||||
Type m_type;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <magic_enum.hpp>
|
||||
#include <magic_enum/magic_enum.hpp>
|
||||
#include <string>
|
||||
|
||||
namespace OpenVulkano
|
||||
@@ -108,4 +108,4 @@ namespace OpenVulkano
|
||||
private:
|
||||
OS os;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include "Base/Utils.hpp"
|
||||
#include <unordered_map>
|
||||
#include <regex>
|
||||
#include <fstream>
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#include <dds.hpp>
|
||||
#include <fmt/format.h>
|
||||
#include <magic_enum.hpp>
|
||||
#include <magic_enum/magic_enum.hpp>
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <sstream>
|
||||
#include <regex>
|
||||
#include <iomanip>
|
||||
#include <magic_enum.hpp>
|
||||
#include <magic_enum/magic_enum.hpp>
|
||||
|
||||
namespace OpenVulkano
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "DataFormat.hpp"
|
||||
#include "Base/Logger.hpp"
|
||||
#include <magic_enum.hpp>
|
||||
#include <magic_enum/magic_enum.hpp>
|
||||
#include "Math/Math.hpp"
|
||||
|
||||
namespace OpenVulkano
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "Scene/Geometry.hpp"
|
||||
#include "Scene/Shader/Shader.hpp"
|
||||
#include "Base/Logger.hpp"
|
||||
#include <magic_enum.hpp>
|
||||
#include <magic_enum/magic_enum.hpp>
|
||||
#include <stdexcept>
|
||||
#include <cassert>
|
||||
|
||||
@@ -97,4 +97,4 @@ namespace OpenVulkano::Scene
|
||||
}
|
||||
return {};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <magic_enum.hpp>
|
||||
#include <magic_enum/magic_enum.hpp>
|
||||
|
||||
namespace OpenVulkano::Scene
|
||||
{
|
||||
@@ -52,4 +52,4 @@ namespace OpenVulkano::Scene
|
||||
private:
|
||||
Type m_type;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "Scene/DataFormat.hpp"
|
||||
#include <magic_enum.hpp>
|
||||
#include <magic_enum/magic_enum.hpp>
|
||||
#include <cinttypes>
|
||||
#include <string_view>
|
||||
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
#include "ValidationLayer.hpp"
|
||||
#include "Base/Logger.hpp"
|
||||
#include <list>
|
||||
#include <fmt/format.h>
|
||||
#include <fmt/ranges.h>
|
||||
|
||||
//#define RENDER_DOC
|
||||
|
||||
@@ -113,4 +115,4 @@ namespace OpenVulkano::Vulkan
|
||||
{
|
||||
instance.destroyDebugReportCallbackEXT(msgCallback, nullptr, dispatchLoaderDynamic);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user