-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
54 lines (54 loc) · 1.84 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
[submodule "Dependencies/glfw"]
path = Dependencies/glfw
url = https://github.com/qolisipo/glfw
[submodule "Dependencies/glew"]
path = Dependencies/glew
url = https://github.com/qolisipo/glew
[submodule "Dependencies/imgui"]
path = Dependencies/imgui
url = https://github.com/qolisipo/imgui
[submodule "Dependencies/spdlog"]
path = Dependencies/spdlog
url = https://github.com/gabime/spdlog
[submodule "Dependencies/entt"]
path = Dependencies/entt
url = https://github.com/skypjack/entt
[submodule "Dependencies/glm"]
path = Dependencies/glm
url = https://github.com/qolisipo/glm
[submodule "Dependencies/yaml-cpp"]
path = Dependencies/yaml-cpp
url = https://github.com/qolisipo/yaml-cpp
[submodule "Dependencies/stduuid"]
path = Dependencies/stduuid
url = https://github.com/mariusbancila/stduuid
[submodule "Dependencies/Fork-Awesome"]
path = Dependencies/Fork-Awesome
url = https://github.com/ForkAwesome/Fork-Awesome
[submodule "Dependencies/IconFontCppHeaders"]
path = Dependencies/IconFontCppHeaders
url = https://github.com/juliettef/IconFontCppHeaders
[submodule "Dependencies/ImGuizmo"]
path = Dependencies/ImGuizmo
url = https://github.com/qolisipo/ImGuizmo
[submodule "Dependencies/stb"]
path = Dependencies/stb
url = https://github.com/qolisipo/stb
[submodule "Dependencies/rttr"]
path = Dependencies/rttr
url = https://github.com/qolisipo/rttr
[submodule "Dependencies/lua"]
path = Dependencies/lua
url = https://github.com/qolisipo/lua
[submodule "Dependencies/sol2"]
path = Dependencies/sol2
url = https://github.com/ThePhD/sol2
[submodule "Dependencies/zstd"]
path = Dependencies/zstd
url = https://github.com/jose-lico/zstd
[submodule "Dependencies/cgltf"]
path = Dependencies/cgltf
url = https://github.com/jkuhlmann/cgltf
[submodule "Dependencies/argparse"]
path = Dependencies/argparse
url = https://github.com/p-ranav/argparse