diff options
author | Oxore <oxore@protonmail.com> | 2019-01-03 22:45:18 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2019-01-03 22:49:40 +0300 |
commit | 5ecd8885556cdfc07d2bccaede45f86e329da637 (patch) | |
tree | fd23f04ad159bcae5d863ac788df140c4b4465ce /.gitmodules | |
parent | 6c3579c976a14c4eda8964491c649839a189828f (diff) |
Move unicode module to separate library lib8
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d493dd7..a984125 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "deps/munit"] path = deps/munit url = https://github.com/nemequ/munit.git +[submodule "deps/libf8"] + path = deps/libf8 + url = git@github.com:Oxore/libf8.git |