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