-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
49 lines (49 loc) · 1.52 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
[submodule "third/glfw"]
path = third/glfw
url = https://github.com/glfw/glfw.git
[submodule "third/bgfx"]
path = third/bgfx
url = https://github.com/Knot-Alot/bgfx.cmake.git
[submodule "third/glm"]
path = third/glm
url = https://github.com/g-truc/glm.git
[submodule "third/spdlog"]
path = third/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "third/imgui"]
path = third/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "third/imguizmo"]
path = third/imguizmo
url = https://github.com/Knot-Alot/ImGuizmo.git
[submodule "third/entt"]
path = third/entt
url = https://github.com/skypjack/entt.git
[submodule "third/stduuid"]
path = third/stduuid
url = https://github.com/knot-alot/stduuid.git
[submodule "third/portable-file-dialogs"]
path = third/portable-file-dialogs
url = https://github.com/samhocevar/portable-file-dialogs.git
[submodule "third/physx"]
path = third/physx
url = https://github.com/Knot-Alot/PhysX.git
[submodule "third/imterm"]
path = third/imterm
url = https://github.com/knot-alot/ImTerm.git
[submodule "third/stb"]
path = third/stb
url = https://github.com/nothings/stb.git
[submodule "third/rapidjson"]
path = third/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "third/cereal"]
path = third/cereal
url = https://github.com/USCiLab/cereal.git
[submodule "third/yojimbo"]
path = third/yojimbo
url = https://github.com/networkprotocol/yojimbo.git
[submodule "third/quickjs"]
path = third/quickjs
url = https://github.com/knot-alot/quickjspp.git