-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
48 lines (48 loc) · 1.6 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
37
38
39
40
41
42
43
44
45
46
47
48
[submodule "external/flatbuffers"]
path = external/flatbuffers
url = https://github.com/google/flatbuffers
[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest
[submodule "external/rapidjson"]
path = external/rapidjson
url = https://github.com/Tencent/rapidjson
[submodule "external/lz4"]
path = external/lz4
url = https://github.com/lz4/lz4
[submodule "external/mbedtls"]
path = external/mbedtls
url = https://github.com/ARMmbed/mbedtls
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui
[submodule "external/gtest-memleak-detector"]
path = external/gtest-memleak-detector
url = https://github.com/ekcoh/gtest-memleak-detector
[submodule "external/stackwalker"]
path = external/stackwalker
url = https://github.com/JochenKalmbach/StackWalker
[submodule "external/tracy"]
path = external/tracy
url = https://github.com/wolfpld/tracy/
[submodule "external/musl"]
path = external/musl
url = https://github.com/bminor/musl
[submodule "external/mimalloc"]
path = external/mimalloc
url = https://github.com/microsoft/mimalloc
[submodule "external/pugixml"]
path = external/pugixml
url = https://github.com/zeux/pugixml.git
[submodule "build/emscripten"]
path = build/emscripten
url = https://github.com/Force67/premake-emscripten
[submodule "external/nanofmt"]
path = external/nanofmt
url = https://github.com/seanmiddleditch/nanofmt
[submodule "external/wayland"]
path = external/wayland
url = https://github.com/hexops/wayland-headers