[godot-cpp] Update to 4.3 (#41246)

Co-authored-by: LilyWangLL <4945507022qq.com>
This commit is contained in:
Lily Wang 2024-09-30 08:58:12 -07:00 committed by GitHub
parent 2071237e14
commit cb0934f1da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 5 deletions

View File

@ -6,7 +6,7 @@ index e715102..b000066 100644
# Todo # Todo
# Test build for Windows, Mac and mingw. # Test build for Windows, Mac and mingw.
-cmake_minimum_required(VERSION 3.12) -cmake_minimum_required(VERSION 3.13)
+cmake_minimum_required(VERSION 3.19) +cmake_minimum_required(VERSION 3.19)
project(godot-cpp LANGUAGES CXX) project(godot-cpp LANGUAGES CXX)

View File

@ -1,11 +1,10 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO "godotengine/godot-cpp" REPO "godotengine/godot-cpp"
REF "godot-${VERSION}-stable" REF "godot-${VERSION}-stable"
SHA512 "820e07ffb0545324f01598898bb342d7e143dcc8b83818824e7e1bc22937d3e8016b435f1ec085ebaae8b26e6f6dfb5500f120089316fc0f0c4153c340226941" SHA512 "4012e2c8cbdbccf5362b139a6318785af6e2cfdc99848734d5e3825afba8b8a46cdd7fff63887e2503cf3195efe79c0bd39a900b535322ab0fb51c3452dc07f5"
HEAD_REF "master" HEAD_REF "master"
PATCHES PATCHES
"packagable.patch" "packagable.patch"

View File

@ -1,6 +1,6 @@
{ {
"name": "godot-cpp", "name": "godot-cpp",
"version": "4.2.1", "version": "4.3",
"description": "C++ bindings for the Godot script API", "description": "C++ bindings for the Godot script API",
"homepage": "https://github.com/godotengine/godot-cpp", "homepage": "https://github.com/godotengine/godot-cpp",
"license": "MIT", "license": "MIT",

View File

@ -3189,7 +3189,7 @@
"port-version": 8 "port-version": 8
}, },
"godot-cpp": { "godot-cpp": {
"baseline": "4.2.1", "baseline": "4.3",
"port-version": 0 "port-version": 0
}, },
"google-cloud-cpp": { "google-cloud-cpp": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "561f56e438444e007a1b6abbcd77b33b6d64ff2c",
"version": "4.3",
"port-version": 0
},
{ {
"git-tree": "3125afbc0a8a200f3a3213b8a4be710ad3190890", "git-tree": "3125afbc0a8a200f3a3213b8a4be710ad3190890",
"version": "4.2.1", "version": "4.2.1",