mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-14 14:30:24 +01:00
5f7dc2c247
Changes Emscripten SDK version to match that used to compile the default export templates used by Godot 3.4 (in this case 2.0.25 as can be seen here: https://github.com/godotengine/build-containers/blob/3.4/Dockerfile.javascript). This means we no longer need to compile custom export templates when exporting HTML5 for Godot 3.4. Exports from other Godot versions may requiring compiling the GDNative library with a different version of the Emscripten SDK.
12 lines
550 B
Text
12 lines
550 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
|