diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-11-04 11:46:24 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-11-04 11:46:24 -0500 |
commit | 8375f92802d3aa7667bfc6f22f6d2a72361c9808 (patch) | |
tree | bb706d3493d1ed7043387a3cb9e6a4d1897acba4 /.gitmodules | |
parent | 460b99583bcf6da4462f13ad75856283849904e7 (diff) | |
download | wizard-8375f92802d3aa7667bfc6f22f6d2a72361c9808.tar.gz wizard-8375f92802d3aa7667bfc6f22f6d2a72361c9808.tar.bz2 wizard-8375f92802d3aa7667bfc6f22f6d2a72361c9808.zip |
Websockets server!
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3647a90..de49c9f 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -4,3 +4,12 @@ | |||
4 | [submodule "vendor/curlcpp"] | 4 | [submodule "vendor/curlcpp"] |
5 | path = vendor/curlcpp | 5 | path = vendor/curlcpp |
6 | url = git@github.com:JosephP91/curlcpp | 6 | url = git@github.com:JosephP91/curlcpp |
7 | [submodule "vendor/asio"] | ||
8 | path = vendor/asio | ||
9 | url = https://github.com/chriskohlhoff/asio | ||
10 | [submodule "vendor/base64"] | ||
11 | path = vendor/base64 | ||
12 | url = https://github.com/tobiaslocker/base64 | ||
13 | [submodule "vendor/stduuid"] | ||
14 | path = vendor/stduuid | ||
15 | url = https://github.com/mariusbancila/stduuid | ||