diff options
Diffstat (limited to 'vcpkg/ports/godot-cpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/godot-cpp/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/godot-cpp/vcpkg.json b/vcpkg/ports/godot-cpp/vcpkg.json new file mode 100644 index 0000000..3a52be9 --- /dev/null +++ b/vcpkg/ports/godot-cpp/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "godot-cpp", + "version": "4.4", + "description": "C++ bindings for the Godot script API", + "homepage": "https://github.com/godotengine/godot-cpp", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |