Add freetype as a submodule.

This commit is contained in:
2023-07-28 22:45:24 +03:00
parent 65fb6dcb87
commit ebb2ee7fee
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "lib/stb"] [submodule "lib/stb"]
path = lib/stb path = lib/stb
url = https://github.com/nothings/stb.git url = https://github.com/nothings/stb.git
[submodule "lib/freetype"]
path = lib/freetype
url = https://gitlab.freedesktop.org/freetype/freetype.git

1
lib/freetype Submodule

Submodule lib/freetype added at 1ecfd21990