diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-12-01 20:41:31 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-12-01 20:41:31 +0000 |
| commit | 93f74e8d761c1ac04d0800765f5185243cf907a0 (patch) | |
| tree | a5d8d1be6408a810c0b054d35bfccdbebdfccfb6 /.gitmodules | |
| parent | add api and input modules for the livecoding tool (diff) | |
| download | inkscape-93f74e8d761c1ac04d0800765f5185243cf907a0.tar.gz inkscape-93f74e8d761c1ac04d0800765f5185243cf907a0.zip | |
add basic livecode toolbar
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d10682956..2f3dbb3e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "share/extensions"] path = share/extensions url = https://gitlab.com/inkscape/extensions.git +[submodule "src/livecode/janet-2geom"] + path = src/livecode/janet-2geom + url = https://git.s-ol.nu/janet-2geom/ |
