diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-11-28 15:04:24 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-11-28 15:04:24 +0000 |
| commit | 7d82e09523ddc023da8df7bb6a0504f10c26cb92 (patch) | |
| tree | 4594d8fc710fcf5162fb7fc0640cee12edfb0720 /.gitmodules | |
| parent | initial prototype (diff) | |
| download | janet-2geom-7d82e09523ddc023da8df7bb6a0504f10c26cb92.tar.gz janet-2geom-7d82e09523ddc023da8df7bb6a0504f10c26cb92.zip | |
make compile as a janet module
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..300b1bd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib2geom"] + path = lib2geom + url = https://gitlab.com/inkscape/lib2geom.git |
