minecraft-pi-reborn/.gitmodules

30 lines
1.1 KiB
Plaintext
Raw 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-09-25 19:47:36 +00:00
[submodule "dependencies/LIEF/src"]
path = dependencies/LIEF/src
url = https://github.com/lief-project/LIEF.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-11-10 23:52:42 +00:00
shallow = true
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
2024-06-08 20:30:39 +00:00
[submodule "dependencies/runtime/src"]
path = dependencies/runtime/src
url = https://gitea.thebrokenrail.com/minecraft-pi-reborn/runtime.git
2024-11-20 03:48:50 +00:00
[submodule "dependencies/imgui/src"]
path = dependencies/imgui/src
url = https://github.com/ocornut/imgui.git
ignore = dirty
2024-11-24 22:42:36 +00:00
[submodule "dependencies/imgui/glad/src"]
path = dependencies/imgui/glad/src
url = https://github.com/Dav1dde/glad.git