Revision 4b58c50f394ac912663d86e25e5041157fe8a001 authored by jsmall-nvidia on 24 September 2022, 15:38:30 UTC, committed by GitHub on 24 September 2022, 15:38:30 UTC
* #include an absolute path didn't work - because paths were taken to always be relative.

* Update to llvm to version without tinfo requirement.

* Kick because package download failed.
1 parent bd11629
Raw File
.gitmodules
[submodule "external/glslang"]
	path = external/glslang
	url = https://github.com/shader-slang/glslang.git
[submodule "external/tinyobjloader"]
	path = external/tinyobjloader
	url = https://github.com/syoyo/tinyobjloader
[submodule "external/glm"]
	path = external/glm
	url = https://github.com/g-truc/glm.git
[submodule "external/imgui"]
	path = external/imgui
	url = https://github.com/ocornut/imgui.git
[submodule "external/slang-binaries"]
	path = external/slang-binaries
	url = https://github.com/shader-slang/slang-binaries
[submodule "external/spirv-tools"]
	path = external/spirv-tools
	url = https://github.com/shader-slang/SPIRV-Tools.git
[submodule "external/spirv-headers"]
	path = external/spirv-headers
	url = https://github.com/KhronosGroup/SPIRV-Headers.git
[submodule "external/miniz"]
	path = external/miniz
	url = https://github.com/richgel999/miniz
[submodule "external/lz4"]
	path = external/lz4
	url = https://github.com/lz4/lz4
back to top