-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.12 KB
/
.gitmodules
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
[submodule "external/wil"]
path = external/wil
url = https://github.com/microsoft/wil
[submodule "external/ValveFileVDF"]
path = external/ValveFileVDF
url = https://github.com/TinyTinni/ValveFileVDF
[submodule "external/krabsetw"]
path = external/krabsetw
url = https://github.com/Stehfyn/krabsetw
[submodule "external/compile-time-fsm"]
path = external/compile-time-fsm
url = https://github.com/cmargiotta/compile-time-fsm
[submodule "external/lockfree"]
path = external/lockfree
url = https://github.com/DNedic/lockfree
[submodule "external/sml"]
path = external/sml
url = https://github.com/boost-ext/sml
[submodule "external/cometa"]
path = external/cometa
url = https://github.com/mymcc/cometa
[submodule "external/frozen"]
path = external/frozen
url = https://github.com/serge-sans-paille/frozen
[submodule "external/glew"]
path = external/glew
url = https://github.com/Stehfyn/glew
ignore = dirty
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui/
branch = docking
ignore = dirty
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog