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:
Leroy Hopson 2024-03-03 14:08:09 +13:00
parent 1a5f0f96da
commit c6609ebae5
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
6 changed files with 18 additions and 19 deletions

View file

@ -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"

View file

@ -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