diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-09-25 00:03:19 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-09-26 18:05:06 -0700 |
commit | aac6a90282480d6dfed7876586b582094371b934 (patch) | |
tree | 0507c2ed48a8fe2d64eda713c75103e9d52ecd78 /.gitmodules | |
parent | a3fe7db45439de1f022e6389f55d59198865bde6 (diff) |
librocket: pull in GNU rocket submodule
experimenting with GNU rocket sequencer integration
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6abd5da..8b6f2b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "libplay"] path = libplay url = git://git.pengaru.com/libplay +[submodule "librocket/rocket"] + path = librocket/rocket + url = https://github.com/rocket/rocket |