vcpkg/scripts/test_ports/vcpkg-ci-nanobind/vcpkg.json

16 lines
294 B
JSON
Raw Normal View History

2024-03-22 10:29:04 +08:00
{
"name": "vcpkg-ci-nanobind",
"version": "0.0.1",
"description": "A nanobind example project",
"homepage": "https://nanobind.readthedocs.io/en/latest/",
"license": "BSD-3-Clause",
"dependencies": [
"nanobind",
{
"name": "vcpkg-cmake",
"host": true
}
]
}