aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-nanobind/vcpkg.json
blob: 5c5baf868463d970a6a3d6f5244733f428158731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "vcpkg-ci-nanobind",
  "version-date": "2025-04-03",
  "description": "A nanobind example project",
  "homepage": "https://nanobind.readthedocs.io/en/latest/",
  "license": "BSD-3-Clause",
  "dependencies": [
    "nanobind",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}