-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1002 Bytes
/
.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
[submodule "Hazel/vendor/imgui"]
path = vendor/imgui
url = https://github.com/TroyNeubauer/imgui.git
branch = docking
[submodule "Hazel/vendor/GLFW"]
path = vendor/GLFW
url = https://github.com/TroyNeubauer/glfw.git
branch = master
[submodule "Hazel/vendor/spdlog"]
path = vendor/spdlog
url = https://github.com/TroyNeubauer/spdlog.git
[submodule "Hazel/vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm.git
branch = stable
[submodule "Hazel/vendor/FastNoiseSIMD"]
path = vendor/FastNoiseSIMD
url = https://github.com/TroyNeubauer/FastNoiseSIMD.git
[submodule "Hazel/vendor/TUtil"]
path = vendor/TUtil
url = https://github.com/TroyNeubauer/TUtil.git
[submodule "Hazel/vendor/Box2D"]
path = vendor/Box2D
url = https://github.com/TroyNeubauer/Box2D.git
[submodule "Hazel/vendor/LabSound"]
path = vendor/LabSound
url = https://github.com/LabSound/LabSound.git
[submodule "vendor/premake"]
path = vendor/premake-core
url = https://github.com/TroyNeubauer/premake-core