mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:11:36 +08:00
22 lines
310 B
JSON
22 lines
310 B
JSON
{
|
|
"name": "@PORT@",
|
|
"version": "",
|
|
"homepage": "",
|
|
"description": "",
|
|
"license": "",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
|
|
"default-features": [],
|
|
"features": {
|
|
"example-feature": {
|
|
"description": "",
|
|
"dependencies": []
|
|
}
|
|
}
|
|
}
|