Skip to content

Commit 6fd9728

Browse files
Artem Serebriyskiyjpakkane
authored andcommitted
add godot 4.2
godot-cpp is a part of a Godot engine that allows building c++ extensions for it.
1 parent f97c903 commit 6fd9728

File tree

6 files changed

+1022
-1
lines changed

6 files changed

+1022
-1
lines changed

releases.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,14 @@
970970
"0.9.9.8-1"
971971
]
972972
},
973+
"godot-cpp" : {
974+
"dependency_names" : [
975+
"godot_cpp"
976+
],
977+
"versions" : [
978+
"4.2-1"
979+
]
980+
},
973981
"google-benchmark": {
974982
"dependency_names": [
975983
"benchmark"

subprojects/godot-cpp.wrap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[wrap-file]
2+
directory = godot-cpp-godot-4.2-stable
3+
source_url = https://github.com/godotengine/godot-cpp/archive/refs/tags/godot-4.2-stable.tar.gz
4+
source_filename = godot-4.2-stable.tar.gz
5+
source_hash = a11d619cc148318e7500c18f239e5b89de7051b36e23359692f8e0cfe3fc3494
6+
patch_directory=godot-cpp
7+
8+
9+
[provide]
10+
godot_cpp = godot_cpp_dep
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env python3
2+
3+
import binding_generator
4+
import sys
5+
6+
binding_generator.generate_bindings(sys.argv[1], "True", "64", sys.argv[3], sys.argv[2])
7+

0 commit comments

Comments
 (0)