diff options
author | jaseg <git@jaseg.de> | 2021-05-30 19:39:45 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-05-30 19:39:45 +0200 |
commit | d1755701779b88389dc1d2e30d2430320a17f78e (patch) | |
tree | 5df31b227736737e270411f3b6c2d2c830c52442 /.gitmodules | |
parent | e06bbdbe9b359fb168278b44f039b6d1108e5a2d (diff) | |
download | gerbolyze-d1755701779b88389dc1d2e30d2430320a17f78e.tar.gz gerbolyze-d1755701779b88389dc1d2e30d2430320a17f78e.tar.bz2 gerbolyze-d1755701779b88389dc1d2e30d2430320a17f78e.zip |
Add beginnings of minimalist contour tracing code
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e42d3c4..deedaea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,9 @@ [submodule "upstream/subprocess.h"] path = upstream/subprocess.h url = https://github.com/sheredom/subprocess.h +[submodule "svg-flatten/upstream/minunit"] + path = upstream/minunit + url = https://github.com/siu/minunit +[submodule "upstream/stb"] + path = upstream/stb + url = https://github.com/nothings/stb |