forked from EKA2L1/EKA2L1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
45 lines (45 loc) · 1.56 KB
/
.gitmodules
File metadata and controls
45 lines (45 loc) · 1.56 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
41
42
43
44
45
[submodule "src/external/spdlog"]
path = src/external/spdlog
url = https://github.com/gabime/spdlog
[submodule "src/external/imgui"]
path = src/external/imgui
url = https://github.com/ocornut/imgui
[submodule "src/external/glfw"]
path = src/external/glfw
url = https://github.com/glfw/glfw
[submodule "src/external/capstone"]
path = src/external/capstone
url = https://github.com/aquynh/capstone
[submodule "src/external/googletest"]
path = src/external/googletest
url = https://github.com/google/googletest
[submodule "src/external/Imgui-IGS-Snippets"]
path = src/external/Imgui-IGS-Snippets
url = https://github.com/gileoo/Imgui-IGS-Snippets
[submodule "src/external/yaml-cpp"]
path = src/external/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "src/external/libcxxabi"]
path = src/external/libcxxabi
url = https://github.com/llvm-mirror/libcxxabi
[submodule "src/external/glm"]
path = src/external/glm
url = https://github.com/g-truc/glm
[submodule "dynarmic"]
path = src/external/dynarmic
url = https://github.com/merrymage/dynarmic
[submodule "ext-boost"]
path = src/external/ext-boost
url = https://github.com/MerryMage/ext-boost
[submodule "src/external/date"]
path = src/external/date
url = https://github.com/HowardHinnant/date
[submodule "src/external/pybind11"]
path = src/external/pybind11
url = https://github.com/pybind/pybind11
[submodule "src/external/epocapi"]
path = src/external/epocapi
url = https://github.com/EKA2L1/oss.API_REF.Public_API
[submodule "src/external/fmt"]
path = src/external/fmt
url = https://github.com/fmtlib/fmt