diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-08-20 16:21:57 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-08-20 16:21:57 -0400 |
| commit | ad44a1c8fd9f12fd569a8ae888aed222d879e78e (patch) | |
| tree | 5ca92d76be3835aaf0692eae3f450857e0baaeb7 /.gitmodules | |
| parent | 687e3a317973eef368f4caf5648ac9f8ef848b79 (diff) | |
Makefile: msdf use submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 73a00e6..5c4c9ab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,9 @@ [submodule "sub/bullet3"] path = sub/bullet3 url = https://github.com/bulletphysics/bullet3.git +[submodule "sub/msdfgen"] + path = sub/msdfgen + url = https://github.com/jonpikum/msdfgen.git +[submodule "sub/msdf-atlas-gen"] + path = sub/msdf-atlas-gen + url = https://github.com/jonpikum/msdf-atlas-gen.git |
