mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 20:24:23 +02:00
feat(compat): make compatible with godot v4.2+
Previously the plugin could only be used with v4.2.1. This commit extends support support back to v4.2.0.
This commit is contained in:
parent
1a5f0f96da
commit
c6609ebae5
6 changed files with 18 additions and 19 deletions
|
@ -1,11 +0,0 @@
|
|||
[configuration]
|
||||
|
||||
entry_symbol = "godot_xterm_library_init"
|
||||
compatibility_minimum = "4.2.1"
|
||||
|
||||
[libraries]
|
||||
|
||||
linux.debug.x86_64 = "res://addons/godot_xterm/native/bin/libgodot-xterm.linux.template_debug.x86_64.so"
|
||||
linux.release.x86_64 = "res://addons/godot_xterm/native/bin/libgodot-xterm.linux.template_release.x86_64.so"
|
||||
linux.debug.x86_32 = "res://addons/godot_xterm/native/bin/libgodot-xterm.linux.template_debug.x86_32.so"
|
||||
linux.release.x86_32 = "res://addons/godot_xterm/native/bin/libgodot-xterm.linux.template_release.x86_32.so"
|
|
@ -1,7 +1,7 @@
|
|||
[configuration]
|
||||
|
||||
entry_symbol = "godot_xterm_library_init"
|
||||
compatibility_minimum = "4.2.1"
|
||||
compatibility_minimum = "4.2.0"
|
||||
|
||||
[libraries]
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 78ffea5b136f3178c31cddb28f6b963ceaa89420
|
||||
Subproject commit 54136ee8357c5140a3775c54f08db5f7deda2058
|
Loading…
Add table
Add a link
Reference in a new issue