godot-xterm/.gitmodules
Leroy Hopson 64a085c4f4
chore: use https url for vtebench submodule
This means that an SSH key is not required to clone the (public)
submodule.
2025-06-28 20:18:56 +12:00

15 lines
723 B
Text

[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 "addons/godot_xterm/native/thirdparty/node-pty"]
path = addons/godot_xterm/native/thirdparty/node-pty
url = https://github.com/microsoft/node-pty
[submodule "benchmark/vtebench"]
path = benchmark/vtebench
url = https://github.com/alacritty/vtebench