-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
76 lines (76 loc) · 2.49 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[submodule "imgui"]
path = src/lib/imgui
url = https://github.com/ocornut/imgui
[submodule "glfw"]
path = src/lib/glfw
url = https://github.com/glfw/glfw.git
[submodule "SQLiteCpp"]
path = src/lib/SQLiteCpp
url = https://github.com/SRombauts/SQLiteCpp.git
[submodule "src/lib/IconFontCppHeaders"]
path = src/lib/IconFontCppHeaders
url = https://github.com/juliettef/IconFontCppHeaders
[submodule "src/lib/Catch2"]
path = src/lib/Catch2
url = https://github.com/catchorg/Catch2.git
branch = v2.x
[submodule "src/lib/libzip"]
path = src/lib/libzip
url = https://github.com/nih-at/libzip
[submodule "src/lib/spdlog"]
path = src/lib/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "src/lib/glm"]
path = src/lib/glm
url = https://github.com/g-truc/glm
[submodule "src/lib/tinyfiledialogs"]
path = src/lib/tinyfiledialogs
url = https://git.code.sf.net/p/tinyfiledialogs/code
[submodule "src/lib/rapidjson"]
path = src/lib/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "src/lib/stb"]
path = src/lib/stb
url = https://github.com/nothings/stb.git
[submodule "src/lib/curl"]
path = src/lib/curl
url = https://github.com/curl/curl.git
[submodule "src/lib/cpuinfo"]
path = src/lib/cpuinfo
url = https://github.com/pytorch/cpuinfo
[submodule "src/lib/magic_enum"]
path = src/lib/magic_enum
url = https://github.com/Neargye/magic_enum
[submodule "src/lib/fast_float"]
path = src/lib/fast_float
url = https://github.com/fastfloat/fast_float.git
[submodule "src/lib/palenteer"]
path = src/lib/palanteer
url = https://github.com/dfeneyrou/palanteer.git
[submodule "src/lib/earcut.hpp"]
path = src/lib/earcut.hpp
url = https://github.com/mapbox/earcut.hpp.git
[submodule "src/lib/sfsw"]
path = src/lib/efsw
url = https://github.com/SpartanJ/efsw.git
[submodule "src/lib/fcl"]
path = src/lib/fcl
url = https://github.com/bb1950328/fcl
[submodule "src/lib/unordered_dense"]
path = src/lib/unordered_dense
url = https://github.com/martinus/unordered_dense.git
[submodule "src/lib/ImGuiColorTextEdit"]
path = src/lib/ImGuiColorTextEdit
url = https://github.com/bb1950328/ImGuiColorTextEdit.git
[submodule "src/lib/utfcpp"]
path = src/lib/utfcpp
url = https://github.com/nemtrif/utfcpp.git
[submodule "src/lib/miniball"]
path = src/lib/miniball
url = https://github.com/hbf/miniball.git
[submodule "src/lib/json_dto"]
path = src/lib/json_dto
url = https://github.com/Stiffstream/json_dto
[submodule "src/lib/Clipper2"]
path = src/lib/Clipper2
url = https://github.com/AngusJohnson/Clipper2