Files
OpenAssetTools/.gitmodules
T

22 lines
716 B
Plaintext
Raw Normal View History

2019-10-21 20:52:25 +02:00
[submodule "thirdparty/libtomcrypt"]
path = thirdparty/libtomcrypt
url = https://github.com/libtom/libtomcrypt.git
[submodule "thirdparty/libtommath"]
path = thirdparty/libtommath
url = https://github.com/libtom/libtommath
[submodule "thirdparty/zlib"]
path = thirdparty/zlib
url = https://github.com/madler/zlib.git
2021-02-10 16:45:16 +01:00
[submodule "thirdparty/catch2"]
path = thirdparty/catch2
url = https://github.com/catchorg/Catch2.git
[submodule "thirdparty/json"]
path = thirdparty/json
url = https://github.com/nlohmann/json.git
2024-05-12 16:35:46 +02:00
[submodule "thirdparty/eigen"]
path = thirdparty/eigen
url = https://gitlab.com/libeigen/eigen.git
2025-04-09 17:45:37 +02:00
[submodule "thirdparty/lz4"]
path = thirdparty/lz4
2025-04-13 17:48:52 +02:00
url = https://github.com/lz4/lz4.git