vcpkg/ports/x-plane/vcpkg.json

19 lines
393 B
JSON
Raw Normal View History

2020-12-23 15:24:39 +08:00
{
"name": "x-plane",
"version": "4.0.1",
2020-12-23 15:24:39 +08:00
"description": "The X-Plane Plugin SDK",
"homepage": "https://developer.x-plane.com/sdk/",
"license": null,
"supports": "(windows & !uwp & x64) | (osx & (x64 | arm64)) | (linux & x64)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
2020-12-23 15:24:39 +08:00
}