about summary refs log tree commit diff stats
path: root/.gitmodules
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-05-02 15:21:29 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-05-02 15:21:29 -0400
commit116ba412079ddf647d19a54d09eb61e67a2f9aac (patch)
tree07934e4fdd0723f1cd803cd37832c0f2302e3c53 /.gitmodules
parent22014b967d0d9651b72bffbe02aba75dc98180a4 (diff)
downloadlingo-ap-tracker-116ba412079ddf647d19a54d09eb61e67a2f9aac.tar.gz
lingo-ap-tracker-116ba412079ddf647d19a54d09eb61e67a2f9aac.tar.bz2
lingo-ap-tracker-116ba412079ddf647d19a54d09eb61e67a2f9aac.zip
Tracker connects to AP now
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5438989..39f13d2 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -1,3 +1,18 @@
1[submodule "vendor/hkutil"] 1[submodule "vendor/hkutil"]
2 path = vendor/hkutil 2 path = vendor/hkutil
3 url = https://github.com/hatkirby/hkutil.git 3 url = https://github.com/hatkirby/hkutil.git
4[submodule "vendor/apclientpp"]
5 path = vendor/apclientpp
6 url = https://github.com/black-sliver/apclientpp.git
7[submodule "vendor/valijson"]
8 path = vendor/valijson
9 url = https://github.com/tristanpenman/valijson.git
10[submodule "vendor/wswrap"]
11 path = vendor/wswrap
12 url = https://github.com/black-sliver/wswrap.git
13[submodule "vendor/websocketpp"]
14 path = vendor/websocketpp
15 url = https://github.com/zaphoyd/websocketpp.git
16[submodule "vendor/asio"]
17 path = vendor/asio
18 url = https://github.com/chriskohlhoff/asio/