summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 0d0d5721865db9be561ed571f27018bff24271bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "ext/tinyobjloader"]
	path = ext/tinyobjloader
	url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "ext/imgui"]
	path = ext/imgui
	url = https://github.com/ocornut/imgui.git
[submodule "ext/argparse"]
	path = ext/argparse
	url = https://github.com/p-ranav/argparse.git
[submodule "ext/tinygltf.git"]
	path = ext/tinygltf.git
	url = https://github.com/syoyo/tinygltf.git
[submodule "ext/VulkanMemoryAllocator"]
	path = ext/VulkanMemoryAllocator
	url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "ext/stb"]
	path = ext/stb
	url = https://github.com/nothings/stb