godot-xterm/.gitmodules
Leroy Hopson d75c26cec6
Update documentation
- Remove contributor license agreement:

  The terms are same as the standard "inbound=outbound" norm for open
  source projects which is covered by GitHub's terms of service
  which every GitHub user has already agreed to:
  https://docs.github.com/en/github/site-policy/github-terms-of-service#6-contributions-under-repository-license

- Add wiki as submodule and move documentation to it.

- Update README and replace screenshot with video
2021-07-25 23:08:45 +07:00

24 lines
935 B
Text

[submodule "addons/godot_xterm/godot-cpp"]
path = addons/godot_xterm/native/thirdparty/godot-cpp
url = https://github.com/lihop/godot-cpp
[submodule "addons/godot_xterm/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
[submodule "addons/godot_xterm/native/thirdparty/libuv"]
path = addons/godot_xterm/native/thirdparty/libuv
url = https://github.com/libuv/libuv
[submodule "libuv/"]
url = https://github.com/lihop/libuv
[submodule "libuv"]
url = https://github.com/libuv/libuv
[submodule "godot-cpp/"]
url = https://github.com/godotengine/godot-cpp
[submodule "docs/godot-xterm.wiki"]
path = docs/godot-xterm.wiki
url = https://github.com/lihop/godot-xterm.wiki
[submodule "docs/wiki"]
path = docs/wiki
url = https://github.com/lihop/godot-xterm.wiki