-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitmodules
More file actions
40 lines (40 loc) · 1.37 KB
/
.gitmodules
File metadata and controls
40 lines (40 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[submodule "external/json"]
path = external/json
url = https://github.com/MaxAkaAltmer/json.git
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/MaxAkaAltmer/imgui.git
branch = docking
[submodule "external/GetComPortList"]
path = external/GetComPortList
url = https://github.com/MaxAkaAltmer/GetComPortList.git
[submodule "external/dirent"]
path = external/dirent
url = https://github.com/MaxAkaAltmer/dirent.git
[submodule "external/manymouse"]
path = external/manymouse
url = https://github.com/MaxAkaAltmer/manymouse.git
[submodule "external/gamepad"]
path = external/gamepad
url = https://github.com/MaxAkaAltmer/gamepad.git
[submodule "external/tinyxml2"]
path = external/tinyxml2
url = https://github.com/MaxAkaAltmer/tinyxml2.git
[submodule "external/libnpy"]
path = external/libnpy
url = https://github.com/MaxAkaAltmer/libnpy.git
[submodule "external/asio"]
path = external/asio
url = https://github.com/MaxAkaAltmer/asio.git
[submodule "external/clipp"]
path = external/clipp
url = https://github.com/MaxAkaAltmer/clipp.git
[submodule "external/miniaudio"]
path = external/miniaudio
url = https://github.com/MaxAkaAltmer/miniaudio.git
[submodule "external/stb"]
path = external/stb
url = https://github.com/MaxAkaAltmer/stb.git
[submodule "external/cryptopp"]
path = external/cryptopp
url = https://github.com/MaxAkaAltmer/cryptopp.git