diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-09-28 16:32:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 16:32:20 +0200 |
commit | d21255b2ca2fe6cea7f41e88fbb22d138bac74eb (patch) | |
tree | 358e84a1556d83bdc5495fb7da3f357096e9ed33 /.gitmodules | |
parent | 8256fe4c9468e23f5397d92796a741893b9469bc (diff) | |
parent | a5c579d1419f2a1e313268faa696b879cea31252 (diff) |
Merge pull request #36 from OpenVicProject/add/lexy-vdf
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cfed717..301d555 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "scripts"] path = scripts url = https://github.com/OpenVicProject/scripts +[submodule "deps/lexy-vdf"] + path = deps/lexy-vdf + url = https://github.com/OpenVicProject/lexy-vdf.git |