blob: 933540a52c672d94b90e153789c64d265cb24648 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "openni2",
"version": "2.2.0.33",
"port-version": 15,
"description": "OpenNI is open source library for access to Natural Interaction (NI) devices such as RGB-D camera.",
"homepage": "https://github.com/OpenNI/OpenNI2",
"license": "Apache-2.0",
"supports": "!uwp & !staticcrt",
"dependencies": [
"kinectsdk1",
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}
|