-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 900 Bytes
/
Copy path.gitmodules
File metadata and controls
27 lines (27 loc) · 900 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
25
26
27
[submodule "vendor/glm"]
path = engine/vendor/glm
url = https://github.com/g-truc/glm
[submodule "vendor/glfw-3.4"]
path = engine/vendor/glfw
url = https://github.com/glfw/glfw
[submodule "vendor/freetype"]
path = engine/vendor/freetype
url = https://github.com/freetype/freetype
[submodule "vendor/rmlui"]
path = engine/vendor/rmlui
url = https://github.com/mikke89/RmlUi
[submodule "vendor/fast-noise-2"]
path = vendor/fast-noise-2
url = https://github.com/Auburn/FastNoise2
[submodule "vendor/imgui"]
path = vendor/imgui
url = https://github.com/stripe2933/imgui-module
[submodule "engine/vendor/glfw"]
path = engine/vendor/glfw
url = https://github.com/glfw/glfw
[submodule "engine/vendor/freetype"]
path = engine/vendor/freetype
url = https://gitlab.freedesktop.org/freetype/freetype
[submodule "engine/vendor/glm"]
path = engine/vendor/glm
url = https://github.com/g-truc/glm