forked from MonoGame/MonoGame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
24 lines (24 loc) · 1.07 KB
/
.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
[submodule "ThirdParty/Dependencies"]
path = ThirdParty/Dependencies
url = https://github.com/MonoGame/MonoGame.Dependencies.git
[submodule "ThirdParty/SDL_GameControllerDB"]
path = ThirdParty/SDL_GameControllerDB
url = https://github.com/gabomdq/SDL_GameControllerDB.git
[submodule "ThirdParty/StbImageSharp"]
path = ThirdParty/StbImageSharp
url = https://github.com/StbSharp/StbImageSharp.git
[submodule "ThirdParty/StbImageWriteSharp"]
path = ThirdParty/StbImageWriteSharp
url = https://github.com/StbSharp/StbImageWriteSharp.git
[submodule "src/monogame/external/sdl2"]
path = native/monogame/external/sdl2
url = https://github.com/MonoGame/MonoGame.Library.SDL.git
[submodule "src/monogame/external/vulkan-headers"]
path = native/monogame/external/vulkan-headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "src/monogame/external/volk"]
path = native/monogame/external/volk
url = https://github.com/zeux/volk.git
[submodule "src/monogame/external/vma"]
path = native/monogame/external/vma
url = https://github.com/LunarG/VulkanMemoryAllocator.git