diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2022-08-20 10:24:49 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2022-08-20 10:24:49 -0700 |
| commit | 728df4af1660a8488a960a94a4704782d1930baf (patch) | |
| tree | fd74659583c396c190f40ed10b3dfd33e56f0017 /.gitmodules | |
| parent | 583eec0fe631a2d868dd24cac34c2620b2fa2692 (diff) | |
build libpng and link freetype to it
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e9cf6369c..fcee35578 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "vendor/zlib"] path = vendor/zlib url = https://github.com/madler/zlib.git +[submodule "vendor/libpng"] + path = vendor/libpng + url = https://github.com/glennrp/libpng.git |
