Add freetype dependency

This commit is contained in:
Riyyi
2020-12-30 22:29:35 +01:00
parent c6634f1231
commit d250f7a844
3 changed files with 5 additions and 1 deletions
+3
View File
@@ -10,3 +10,6 @@
[submodule "inferno/vendor/stb"] [submodule "inferno/vendor/stb"]
path = inferno/vendor/stb path = inferno/vendor/stb
url = https://github.com/nothings/stb url = https://github.com/nothings/stb
[submodule "inferno/vendor/freetype"]
path = inferno/vendor/freetype
url = https://github.com/aseprite/freetype2
+1 -1
View File
@@ -35,7 +35,7 @@ Or
* Libraries * Libraries
# - [[https://github.com/bulletphysics/bullet3][Bullet]] # - [[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/Dav1dde/glad][glad]]
- [[https://github.com/glfw/glfw][GLFW]] - [[https://github.com/glfw/glfw][GLFW]]
- [[https://github.com/g-truc/glm][GLM]] - [[https://github.com/g-truc/glm][GLM]]
Vendored Submodule
+1
Submodule inferno/vendor/freetype added at fbbcf50367