-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 1.03 KB
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 1.03 KB
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 "Minecraft/vendor/glm"]
path = Minecraft/vendor/glm
url = https://github.com/g-truc/glm
[submodule "Minecraft/vendor/yamlCpp"]
path = Minecraft/vendor/yamlCpp
url = https://github.com/jbeder/yaml-cpp
[submodule "Minecraft/vendor/cppUtils"]
path = Minecraft/vendor/cppUtils
url = https://github.com/ambrosiogabe/CppUtils
[submodule "Minecraft/vendor/GLFW"]
path = Minecraft/vendor/GLFW
url = https://github.com/glfw/glfw
[submodule "Minecraft/vendor/magicEnum"]
path = Minecraft/vendor/magicEnum
url = https://github.com/Neargye/magic_enum
[submodule "Minecraft/vendor/optick"]
path = Minecraft/vendor/optick
url = https://github.com/bombomby/optick
[submodule "Minecraft/vendor/robinHoodHashing"]
path = Minecraft/vendor/robinHoodHashing
url = https://github.com/martinus/robin-hood-hashing
[submodule "Minecraft/vendor/enet"]
path = Minecraft/vendor/enet
url = https://github.com/lsalzman/enet
[submodule "Minecraft/vendor/FastNoiseLite"]
path = Minecraft/vendor/FastNoiseLite
url = https://github.com/Auburn/FastNoiseLite