godot-xterm/.gitmodules
Leroy Hopson 110e4eff2d
Update godot-cpp
Updates the godot-cpp submodule to a version which supports universal macOS
builds.

- We now need to include the standard string in terminal.cpp.
- Clean-up .gitmodules while we're at it.
2022-06-04 11:27:53 +07:00

15 lines
672 B
Text

[submodule "docs/wiki"]
path = docs/wiki
url = https://github.com/lihop/godot-xterm.wiki
[submodule "addons/godot_xterm/native/thirdparty/godot-cpp"]
path = addons/godot_xterm/native/thirdparty/godot-cpp
url = https://github.com/godotengine/godot-cpp
[submodule "addons/godot_xterm/native/thirdparty/libuv"]
path = addons/godot_xterm/native/thirdparty/libuv
url = https://github.com/libuv/libuv
[submodule "addons/godot_xterm/native/thirdparty/libtsm"]
path = addons/godot_xterm/native/thirdparty/libtsm
url = https://github.com/lihop/libtsm
[submodule "misc/export_templates/godot"]
path = misc/export_templates/godot
url = https://github.com/godotengine/godot