-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 784 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "vendor/fmt"]
path = vendor/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "vendor/spdlog"]
path = vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "vendor/small_vector"]
path = vendor/small_vector
url = https://github.com/gharveymn/small_vector.git
[submodule "vendor/Catch2"]
path = vendor/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "vendor/libenvpp"]
path = vendor/libenvpp
url = https://github.com/ph3at/libenvpp.git
[submodule "vendor/mimalloc"]
path = vendor/mimalloc
url = https://github.com/microsoft/mimalloc.git
[submodule "vendor/matchbox"]
path = vendor/matchbox
url = https://github.com/fknorr/matchbox.git
[submodule "vendor/tracy"]
path = vendor/tracy
url = https://github.com/wolfpld/tracy.git