minecraft-pi-reborn/.gitmodules

25 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2022-03-10 02:23:41 +00:00
[submodule "dependencies/glfw/src"]
2023-11-11 05:44:26 +00:00
path = dependencies/glfw/src
2022-03-10 02:23:41 +00:00
url = https://github.com/glfw/glfw.git
2022-03-11 05:00:13 +00:00
[submodule "dependencies/zenity/src"]
path = dependencies/zenity/src
2022-08-06 00:37:11 +00:00
url = https://gitea.thebrokenrail.com/minecraft-pi-reborn/zenity.git
2022-09-25 19:47:36 +00:00
[submodule "dependencies/LIEF/src"]
path = dependencies/LIEF/src
url = https://github.com/lief-project/LIEF.git
2023-08-05 02:52:30 +00:00
[submodule "media-layer/core/gles/dependencies/gles-compatibility-layer"]
2023-11-11 05:44:26 +00:00
path = dependencies/gles-compatibility-layer/src
2023-08-05 02:52:30 +00:00
url = https://gitea.thebrokenrail.com/minecraft-pi-reborn/gles-compatibility-layer.git
2023-11-11 05:44:26 +00:00
[submodule "dependencies/stb_image/include"]
path = dependencies/stb_image/include
url = https://github.com/nothings/stb.git
2023-11-11 06:33:19 +00:00
[submodule "dependencies/utf8cpp/src"]
path = dependencies/utf8cpp/src
url = https://github.com/nemtrif/utfcpp.git
2023-11-24 08:07:06 +00:00
[submodule "archives"]
path = archives
url = https://gitea.thebrokenrail.com/minecraft-pi-reborn/archives.git
2024-01-06 11:30:23 +00:00
[submodule "dependencies/symbol-processor/src"]
path = dependencies/symbol-processor/src
url = https://gitea.thebrokenrail.com/minecraft-pi-reborn/symbol-processor.git