mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 19:40:18 +08:00
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
|