aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/raylib-cpp/vcpkg.json
blob: c8944f8997e0705f26bce9137bd913587d387135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "raylib-cpp",
  "version": "5.5.0",
  "port-version": 1,
  "description": "C++ Object Oriented Wrapper for raylib",
  "homepage": "https://github.com/RobLoach/raylib-cpp",
  "license": "Zlib",
  "dependencies": [
    {
      "name": "raylib",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}