minecraft-pi-reborn/.gitmodules

26 lines
1.0 KiB
Plaintext
Raw Normal View History

2022-03-09 21:23:41 -05:00
[submodule "dependencies/glfw/src"]
2023-11-11 00:44:26 -05:00
path = dependencies/glfw/src
2022-03-09 21:23:41 -05:00
url = https://github.com/glfw/glfw.git
2022-03-11 00:00:13 -05:00
[submodule "dependencies/zenity/src"]
path = dependencies/zenity/src
2022-08-05 20:37:11 -04:00
url = https://gitea.thebrokenrail.com/minecraft-pi-reborn/zenity.git
2022-09-25 15:47:36 -04:00
[submodule "dependencies/LIEF/src"]
path = dependencies/LIEF/src
url = https://github.com/lief-project/LIEF.git
2023-11-11 00:44:26 -05:00
[submodule "dependencies/stb_image/include"]
path = dependencies/stb_image/include
url = https://github.com/nothings/stb.git
2023-11-11 01:33:19 -05:00
[submodule "dependencies/utf8cpp/src"]
path = dependencies/utf8cpp/src
url = https://github.com/nemtrif/utfcpp.git
2023-11-24 03:07:06 -05:00
[submodule "archives"]
path = archives
url = https://gitea.thebrokenrail.com/minecraft-pi-reborn/archives.git
2024-11-10 18:52:42 -05:00
shallow = true
2024-01-06 06:30:23 -05:00
[submodule "dependencies/symbol-processor/src"]
path = dependencies/symbol-processor/src
url = https://gitea.thebrokenrail.com/minecraft-pi-reborn/symbol-processor.git
2024-06-08 16:30:39 -04:00
[submodule "dependencies/runtime/src"]
path = dependencies/runtime/src
url = https://gitea.thebrokenrail.com/minecraft-pi-reborn/runtime.git