From 591e87c767dda059295e497ae17a499dd3e1c830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 16 Jul 2016 16:11:39 +0200 Subject: 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. --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3