submodules

This commit is contained in:
2020-03-28 13:44:36 -04:00
parent 94613415cf
commit 0180316ac9
4 changed files with 7 additions and 7 deletions

11
.gitmodules vendored
View File

@@ -1,10 +1,4 @@
[submodule "argparse"] [submodule "third-party/onion"]
path = third-party/argparse
url = https://github.com/cofyc/argparse
[submodule "cJSON"]
path = third-party/cJSON
url = https://github.com/DaveGamble/cJSON
[submodule "lib/onion"]
path = third-party/onion path = third-party/onion
url = https://github.com/davidmoreno/onion url = https://github.com/davidmoreno/onion
[submodule "third-party/libscan"] [submodule "third-party/libscan"]
@@ -13,3 +7,6 @@
[submodule "third-party/utf8.h"] [submodule "third-party/utf8.h"]
path = third-party/utf8.h path = third-party/utf8.h
url = https://github.com/sheredom/utf8.h url = https://github.com/sheredom/utf8.h
[submodule "third-party/argparse"]
path = third-party/argparse
url = https://github.com/cofyc/argparse

1
third-party/argparse vendored Submodule

Submodule third-party/argparse added at 4ed6099cb3

1
third-party/onion vendored Submodule

Submodule third-party/onion added at 2b3b230b79

1
third-party/utf8.h vendored Submodule

Submodule third-party/utf8.h added at b686b0c518