-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
LandscapeLab Office
committed
Mar 4, 2025
1 parent
a484332
commit e353f04
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule godot-cpp
updated
11 files
+2 −2 | .github/workflows/ci.yml | |
+1 −1 | CMakeLists.txt | |
+21 −9 | binding_generator.py | |
+1 −1 | cmake/GodotCPPModule.cmake | |
+1 −1 | cmake/common_compiler_flags.cmake | |
+59 −56 | cmake/godotcpp.cmake | |
+4 −4 | cmake/windows.cmake | |
+17 −17 | doc/cmake.rst | |
+162 −162 | gdextension/extension_api.json | |
+2 −5 | include/godot_cpp/classes/wrapped.hpp | |
+3 −3 | test/CMakeLists.txt |