Replace utf8cpp, Vulkan and VMA headers by xmake packages

This commit is contained in:
SirLynix
2024-01-22 16:44:50 +01:00
parent 0a433a8bd6
commit 3557040246
41 changed files with 13 additions and 39902 deletions

View File

@@ -6,7 +6,7 @@
#include <Nazara/Core/Algorithm.hpp>
#include <Nazara/Core/Error.hpp>
#include <NazaraUtils/FunctionTraits.hpp>
#include <Utfcpp/utf8.h>
#include <utf8cpp/utf8.h>
#include <cinttypes>
#include <Nazara/Core/Debug.hpp>

View File

@@ -21,7 +21,7 @@
#endif
#include <SDL_syswm.h>
#include <Utfcpp/utf8.h>
#include <utf8cpp/utf8.h>
#include <cstdio>
#include <memory>
#include <Nazara/Platform/Debug.hpp>

View File

@@ -7,7 +7,7 @@
#include <Nazara/VulkanRenderer/Wrapper/CommandBuffer.hpp>
#include <Nazara/VulkanRenderer/Wrapper/QueueHandle.hpp>
#include <NazaraUtils/CallOnExit.hpp>
#include <vma/vk_mem_alloc.h>
#include <vk_mem_alloc.h>
#include <Nazara/VulkanRenderer/Debug.hpp>
namespace Nz

View File

@@ -9,7 +9,7 @@
#include <Nazara/VulkanRenderer/Wrapper/CommandBuffer.hpp>
#include <Nazara/VulkanRenderer/Wrapper/QueueHandle.hpp>
#include <NazaraUtils/CallOnExit.hpp>
#include <vma/vk_mem_alloc.h>
#include <vk_mem_alloc.h>
#include <stdexcept>
#include <Nazara/VulkanRenderer/Debug.hpp>

View File

@@ -13,7 +13,7 @@
#define VMA_IMPLEMENTATION
#define VMA_STATIC_VULKAN_FUNCTIONS 0
#include <vma/vk_mem_alloc.h>
#include <vk_mem_alloc.h>
#include <Nazara/VulkanRenderer/Debug.hpp>