summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-06-09 13:23:35 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-06-09 13:23:35 +0300
commitb8b258fcafa10ef8bc9a2dbd18325d5da6c52098 (patch)
tree5927fbdc858bed5e7d2b38015c71ab6cd26a4f3a /.gitmodules
parent119c50cb5e220b30fdbb56a45ca12c8289f61d43 (diff)
Added new dependencies: fribidi and harfbuzz
These two libraries should do a good job at laying out bidirectional text and shaping text runs for finding out exactly which font glyphs to draw and where.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index f869c7ae..e02f9f93 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,9 @@
1[submodule "lib/the_Foundation"] 1[submodule "lib/the_Foundation"]
2 path = lib/the_Foundation 2 path = lib/the_Foundation
3 url = https://git.skyjake.fi/skyjake/the_Foundation 3 url = https://git.skyjake.fi/skyjake/the_Foundation
4[submodule "lib/fribidi"]
5 path = lib/fribidi
6 url = https://github.com/fribidi/fribidi.git
7[submodule "lib/harfbuzz"]
8 path = lib/harfbuzz
9 url = https://github.com/harfbuzz/harfbuzz.git