diff options
author | André Nusser <andre.nusser@googlemail.com> | 2016-07-16 16:11:39 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-07-16 16:23:41 +0200 |
commit | 591e87c767dda059295e497ae17a499dd3e1c830 (patch) | |
tree | 4cf30b1a2dfa71fcc690ce7c3541d1dcf3679702 /.gitmodules | |
parent | f653c5348904d8debc84f6c0e72d17430579204e (diff) |
Include lodepng via submodule instead of just copying the files into DG.
The submodule is fixed on the currently newest commit to ensure that
everyone compiling DG is on the same page.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d7f69c7..e5c413b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,7 @@ [submodule "plugin/plugingizmo"] path = plugin/plugingizmo url = http://git.drumgizmo.org/plugingizmo.git +[submodule "plugingui/lodepng"] + path = plugingui/lodepng + url = https://github.com/lvandeve/lodepng + branch = a71964ed5fe4f82a32ac7f8201338900f66e855d |