Initial commit
This commit is contained in:
64
.gitmodules
vendored
Normal file
64
.gitmodules
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
[submodule "SDL"]
|
||||
path = SDL
|
||||
url = https://github.com/libsdl-org/SDL
|
||||
branch = release-2.32.8
|
||||
[submodule "SPIRV-Cross"]
|
||||
path = SPIRV-Cross
|
||||
url = https://github.com/KhronosGroup/SPIRV-Cross
|
||||
[submodule "SPIRV-Headers"]
|
||||
path = SPIRV-Headers
|
||||
url = https://github.com/KhronosGroup/SPIRV-Headers
|
||||
[submodule "SPIRV-Tools"]
|
||||
path = SPIRV-Tools
|
||||
url = https://github.com/KhronosGroup/SPIRV-tools
|
||||
[submodule "assimp"]
|
||||
path = assimp
|
||||
url = https://github.com/assimp/assimp
|
||||
[submodule "blender2ogre"]
|
||||
path = blender2ogre
|
||||
url = https://github.com/OGRECave/blender2ogre
|
||||
branch = master
|
||||
[submodule "glslang"]
|
||||
path = glslang
|
||||
url = https://github.com/KhronosGroup/glslang
|
||||
branch = main
|
||||
[submodule "ogitor"]
|
||||
path = ogitor
|
||||
url = https://github.com/OGRECave/ogitor
|
||||
branch = master
|
||||
[submodule "ogre"]
|
||||
path = ogre
|
||||
url = https://github.com/OGRECave/ogre
|
||||
branch = master
|
||||
[submodule "ogre-meshviewer"]
|
||||
path = ogre-meshviewer
|
||||
url = https://github.com/OGRECave/ogre-meshviewer
|
||||
branch = master
|
||||
[submodule "ogre-pagedgeometry"]
|
||||
path = ogre-pagedgeometry
|
||||
url = https://github.com/OGRECave/ogre-pagedgeometry
|
||||
branch = master
|
||||
[submodule "ogre-procedural"]
|
||||
path = ogre-procedural
|
||||
url = https://github.com/OGRECave/ogre-procedural
|
||||
branch = master
|
||||
[submodule "ogre-projects/world2"]
|
||||
path = ogre-projects/world2
|
||||
url = ssh://git@git.slapin.net:4022/slapin/ogre-prototype.git
|
||||
branch = master
|
||||
[submodule "ogrewater"]
|
||||
path = ogrewater
|
||||
url = https://github.com/OGRECave/ogrewater
|
||||
branch = master
|
||||
[submodule "zlib"]
|
||||
path = zlib
|
||||
url = https://github.com/madler/zlib
|
||||
branch = develop
|
||||
[submodule "ogre-audiovideo"]
|
||||
path = ogre-audiovideo
|
||||
url = https://github.com/OGRECave/ogre-audiovideo
|
||||
branch = master
|
||||
[submodule "OgreCrowd"]
|
||||
path = OgreCrowd
|
||||
url = https://github.com/OGRECave/OgreCrowd
|
||||
branch = master
|
||||
Reference in New Issue
Block a user