1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
[submodule "frametrim/tests"]
path = frametrim/tests
url = https://github.com/apitrace/gltrim-tests.git
shallow = true
[submodule "thirdparty/brotli"]
path = thirdparty/brotli
url = https://github.com/google/brotli
shallow = true
[submodule "thirdparty/gtest"]
path = thirdparty/gtest
url = https://github.com/google/googletest
shallow = true
[submodule "thirdparty/libbacktrace"]
path = thirdparty/libbacktrace
url = https://github.com/ianlancetaylor/libbacktrace
shallow = true
[submodule "thirdparty/libpng"]
path = thirdparty/libpng
url = https://github.com/apitrace/libpng
shallow = true
[submodule "thirdparty/snappy"]
path = thirdparty/snappy
url = https://github.com/google/snappy
shallow = true
[submodule "thirdparty/zlib"]
path = thirdparty/zlib
url = https://github.com/madler/zlib
shallow = true
[submodule "thirdparty/directxmath"]
path = thirdparty/directxmath
url = https://github.com/microsoft/DirectXMath
shallow = true
|