mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Update godot-cpp submodule
- We now need to include `<string>` in `terminal.cpp`. - Clean-up `.gitmodules` while we're at it.
This commit is contained in:
parent
99c3b1b452
commit
0ccac28cc6
3 changed files with 11 additions and 19 deletions
27
.gitmodules
vendored
27
.gitmodules
vendored
|
@ -1,24 +1,15 @@
|
|||
[submodule "addons/godot_xterm/godot-cpp"]
|
||||
[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/lihop/godot-cpp
|
||||
[submodule "addons/godot_xterm/libtsm"]
|
||||
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
|
||||
[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
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <ResourceLoader.hpp>
|
||||
#include <Theme.hpp>
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <xkbcommon/xkbcommon-keysyms.h>
|
||||
|
||||
// For _populate_key_list(), see below.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 26d4df4e174124e1174c624d770661b1394fcf5f
|
||||
Subproject commit f9f6767722e17a1d690f7ce975e1e7f8065b61e2
|
Loading…
Reference in a new issue