Add dependencies as submodules

- Add submodule freetype
- Add submodule glfw3
- Add submodule glm
- Add submodule msdfgen-atlas-gen
- Add submodule msdfgen-core
- Add submodule msdfgen-ext
- Add submodule stb
This commit is contained in:
Thraix
2023-05-09 20:22:51 +02:00
parent 4e466a1fce
commit 3d4a97103c
622 changed files with 2339 additions and 121216 deletions
-2
View File
@@ -4,8 +4,6 @@
#include "copium/core/Vulkan.h"
#include "copium/sampler/Image.h"
#define MSDF_ATLAS_PUBLIC
#define MSDFGEN_PUBLIC
#include <msdf-atlas-gen/msdf-atlas-gen.h>
namespace Copium
@@ -4,7 +4,7 @@
#include "copium/sampler/Image.h"
#define STB_IMAGE_IMPLEMENTATION
#include <stb/stb_image.h>
#include <stb_image.h>
#include <fstream>