diff options
author | piernov <piernov@piernov.org> | 2014-03-13 16:20:39 +0100 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2014-03-13 16:20:39 +0100 |
commit | c5bc2c1b88d71bea24f1379cf5ebf019121483a3 (patch) | |
tree | 58c0cbc53406d18ff3d54620a7c8d2390d319fe7 /.gitmodules | |
parent | 9004e721dd27b2d1c330cf1ce35771ca3c91ac82 (diff) | |
download | MaiLÖVE-c5bc2c1b88d71bea24f1379cf5ebf019121483a3.tar.gz MaiLÖVE-c5bc2c1b88d71bea24f1379cf5ebf019121483a3.tar.bz2 MaiLÖVE-c5bc2c1b88d71bea24f1379cf5ebf019121483a3.tar.xz MaiLÖVE-c5bc2c1b88d71bea24f1379cf5ebf019121483a3.zip |
Ajout sous-modules pour les dépendances hump et Quickie
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4b7cfea --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "Quickie"] + path = Quickie + url = https://github.com/vrld/Quickie.git +[submodule "hump"] + path = hump + url = git://github.com/vrld/hump |