mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
7a4ca3fd46
* UWP toolchain fix and update some ports supports expressions for uwp/xbox * Update baseline * More ports updated for !xbox * Update baseline * Update support expression for ms-gdkx * Update baseline * ms-gdkx port should fail on ado system * Revert change to opengl-registry since its needed for angle on UWP * Minor github actions cr * Refresh baseline
16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"name": "kinectsdk2",
|
|
"version": "2.0",
|
|
"port-version": 6,
|
|
"description": "Kinect for Windows SDK for Kinect v2 sensor.",
|
|
"license": null,
|
|
"supports": "!arm & windows & !uwp & !xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-tool-lessmsi",
|
|
"host": true,
|
|
"version>=": "1.10#1"
|
|
}
|
|
]
|
|
}
|