aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/godot-cpp/vcpkg.json
blob: 3a52be930a42653f6a3bdffb09f55e54d8eb3f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
    }
  ]
}