diff options
author | Pierre-Yves Rollo <dev@pyrollo.com> | 2018-09-21 19:37:38 +0200 |
---|---|---|
committer | Pierre-Yves Rollo <dev@pyrollo.com> | 2018-09-21 19:37:38 +0200 |
commit | 12b556e92907e934a029297b6c6cc8db0bed2c70 (patch) | |
tree | 670870a5f4e7abdbedd9512c176483f4a1996ae7 /.gitmodules | |
parent | 508db92633c49a2aeaeaac5fe18823decd50498b (diff) | |
download | display_modpack-12b556e92907e934a029297b6c6cc8db0bed2c70.tar.gz display_modpack-12b556e92907e934a029297b6c6cc8db0bed2c70.tar.bz2 display_modpack-12b556e92907e934a029297b6c6cc8db0bed2c70.zip |
Turned display_api into a submodule
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..a28a34b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "display_api"] + path = display_api + url = https://github.com/pyrollo/display_api.git |