diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-06-09 15:38:58 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-07-31 14:55:30 -0700 |
commit | cd7e9ebd9675461f59d5f7a9c7c0a9a1a0536d12 (patch) | |
tree | a55603b2e81061868836b52a37ea32d4d048cd7f /.gitmodules | |
parent | 276d13a44ad2237ca44b93006d1eb639ac2fbe5f (diff) |
libplay: add libplay submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ccc4b3a..6abd5da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "libstage"] path = libstage url = git://git.pengaru.com/libstage +[submodule "libplay"] + path = libplay + url = git://git.pengaru.com/libplay |