solvespace/.gitmodules
whitequark e5294eef9d Add freetype dependency.
We are going to use freetype instead of the old custom TTF parser,
since the old parser has many annoying bugs when handling non-Latin
fonts and fixing it is not really worth the time.

On Windows, Freetype is built from a submodule.
On Linux and OS X, Freetype is provided together with the desktop,
though development files have to be installed separately.
2016-02-13 21:08:18 +00:00

11 lines
308 B
Plaintext

[submodule "extlib/zlib"]
path = extlib/zlib
url = https://github.com/madler/zlib
ignore = dirty
[submodule "extlib/libpng"]
path = extlib/libpng
url = https://github.com/glennrp/libpng
[submodule "extlib/libfreetype"]
path = extlib/libfreetype
url = http://git.sv.nongnu.org/r/freetype/freetype2.git