From d250f7a844ddd970e08208ded99adecc951a45a4 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Wed, 30 Dec 2020 22:29:35 +0100 Subject: [PATCH] Add freetype dependency --- .gitmodules | 3 +++ README.org | 2 +- inferno/vendor/freetype | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 inferno/vendor/freetype diff --git a/.gitmodules b/.gitmodules index 90e2110..47482bd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "inferno/vendor/stb"] path = inferno/vendor/stb url = https://github.com/nothings/stb +[submodule "inferno/vendor/freetype"] + path = inferno/vendor/freetype + url = https://github.com/aseprite/freetype2 diff --git a/README.org b/README.org index 39b7b52..df42dad 100644 --- a/README.org +++ b/README.org @@ -35,7 +35,7 @@ Or * Libraries # - [[https://github.com/bulletphysics/bullet3][Bullet]] -# - [[https://github.com/aseprite/freetype2][FreeType2]] +- [[https://github.com/aseprite/freetype2][FreeType2]] - [[https://github.com/Dav1dde/glad][glad]] - [[https://github.com/glfw/glfw][GLFW]] - [[https://github.com/g-truc/glm][GLM]] diff --git a/inferno/vendor/freetype b/inferno/vendor/freetype new file mode 160000 index 0000000..fbbcf50 --- /dev/null +++ b/inferno/vendor/freetype @@ -0,0 +1 @@ +Subproject commit fbbcf50367403a6316a013b51690071198962920