mirror of
https://github.com/brammie15/VoxelRenderer.git
synced 2025-12-16 02:01:47 +01:00
Initial commit.
This commit is contained in:
16
.gitmodules
vendored
Normal file
16
.gitmodules
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
[submodule "gloom/vendor/glad"]
|
||||
path = gloom/vendor/glad
|
||||
url = https://github.com/Dav1dde/glad.git
|
||||
branch = c
|
||||
[submodule "gloom/vendor/glfw"]
|
||||
path = gloom/vendor/glfw
|
||||
url = https://github.com/glfw/glfw.git
|
||||
branch = master
|
||||
[submodule "gloom/vendor/glm"]
|
||||
path = gloom/vendor/glm
|
||||
url = https://github.com/g-truc/glm.git
|
||||
branch = master
|
||||
[submodule "gloom/vendor/stb"]
|
||||
path = gloom/vendor/stb
|
||||
url = https://github.com/nothings/stb.git
|
||||
branch = master
|
||||
Reference in New Issue
Block a user