mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-10 21:21:50 +00:00
.github
docs
raw
repo
scripts
src
test
thirdparty
tools
.clang-format
.gitignore
.gitmodules
CHANGES.md
LICENSE
README.md
generate.bat
generate.sh
premake5.lua
16 lines
525 B
Plaintext
16 lines
525 B
Plaintext
[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
|
|
[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
|