2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 14:24:56 +00:00

Update submodules & set remote tracking branches

This commit is contained in:
2021-04-06 12:58:29 -04:00
parent e237cf65c7
commit 914b98096a
9 changed files with 21 additions and 8 deletions

13
.gitmodules vendored
View File

@@ -1,39 +1,52 @@
[submodule "hecl"] [submodule "hecl"]
path = hecl path = hecl
url = ../hecl.git url = ../hecl.git
branch = master
[submodule "specter"] [submodule "specter"]
path = specter path = specter
url = ../specter.git url = ../specter.git
branch = master
[submodule "nod"] [submodule "nod"]
path = nod path = nod
url = ../nod.git url = ../nod.git
branch = master
[submodule "amuse"] [submodule "amuse"]
path = amuse path = amuse
url = ../amuse.git url = ../amuse.git
branch = master
[submodule "kabufuda"] [submodule "kabufuda"]
path = kabufuda path = kabufuda
url = ../kabufuda.git url = ../kabufuda.git
branch = master
[submodule "jbus"] [submodule "jbus"]
path = jbus path = jbus
url = ../jbus.git url = ../jbus.git
branch = master
[submodule "assetnameparser/tinyxml2"] [submodule "assetnameparser/tinyxml2"]
path = assetnameparser/tinyxml2 path = assetnameparser/tinyxml2
url = ../tinyxml2.git url = ../tinyxml2.git
branch = master
[submodule "hecl-gui"] [submodule "hecl-gui"]
path = hecl-gui path = hecl-gui
url = ../hecl-gui.git url = ../hecl-gui.git
branch = master
[submodule "sanitizers-cmake"] [submodule "sanitizers-cmake"]
path = sanitizers-cmake path = sanitizers-cmake
url = https://github.com/arsenm/sanitizers-cmake.git url = https://github.com/arsenm/sanitizers-cmake.git
branch = master
[submodule "discord-rpc"] [submodule "discord-rpc"]
path = discord-rpc path = discord-rpc
url = https://github.com/discordapp/discord-rpc.git url = https://github.com/discordapp/discord-rpc.git
branch = master
[submodule "rapidjson"] [submodule "rapidjson"]
path = rapidjson path = rapidjson
url = https://github.com/Tencent/rapidjson.git url = https://github.com/Tencent/rapidjson.git
branch = master
[submodule "NESEmulator/fixNES"] [submodule "NESEmulator/fixNES"]
path = NESEmulator/fixNES path = NESEmulator/fixNES
url = https://github.com/FIX94/fixNES.git url = https://github.com/FIX94/fixNES.git
branch = master
[submodule "Editor/locale"] [submodule "Editor/locale"]
path = Editor/locale path = Editor/locale
url = ../urde-translations.git url = ../urde-translations.git
branch = master

2
hecl

Submodule hecl updated: 1653699f0e...604d32d7a2

2
nod

Submodule nod updated: fdc8be487d...8fdc893c86

Submodule specter updated: e061a0ef21...008f829988