aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rebind/vcpkg.json
blob: 2f6c2a47446d9f9a39ca882e9d484b4db011c3a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "rebind",
  "version": "5.2.2",
  "description": "A C++23 reflection library for aggregates and enums",
  "homepage": "https://github.com/Curve/rebind",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}