diff options
| author | Pistonight <pistonknight@outlook.com> | 2025-09-29 18:59:24 -0700 |
|---|---|---|
| committer | Pistonight <pistonknight@outlook.com> | 2025-09-29 18:59:24 -0700 |
| commit | 7ed2356f34cba9af5c482dddf2c424a997ad1ce7 (patch) | |
| tree | 996b61e061ec79eb4658714164a5752ed06149b5 /.gitmodules | |
| parent | c704eaf24552a2dee423f843637be06ae098f375 (diff) | |
chore: update libs
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9619f295..03b71f5e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,21 +1,27 @@ [submodule "tools/common"] path = tools/common url = https://github.com/open-ead/nx-decomp-tools + branch = master [submodule "toolchain/musl"] path = toolchain/musl url = https://github.com/open-ead/botw-lib-musl + branch = master [submodule "lib/sead"] path = lib/sead url = https://github.com/open-ead/sead + branch = master [submodule "lib/NintendoSDK"] path = lib/NintendoSDK url = https://github.com/open-ead/nnheaders + branch = master [submodule "lib/agl"] path = lib/agl url = https://github.com/open-ead/agl + branch = master [submodule "lib/EventFlow"] path = lib/EventFlow url = https://github.com/open-ead/EventFlow + branch = master [submodule "toolchain/nx-decomp-tools-binaries"] path = toolchain/nx-decomp-tools-binaries url = https://github.com/open-ead/nx-decomp-tools-binaries |
