mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-11 09:49:11 +08:00
60 lines
880 B
JSON
60 lines
880 B
JSON
|
{
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "aom",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "aom",
|
||
|
"host": false
|
||
|
},
|
||
|
{
|
||
|
"name": "cpu-features",
|
||
|
"platform": "android"
|
||
|
},
|
||
|
{
|
||
|
"name": "libjpeg-turbo",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "libjpeg-turbo",
|
||
|
"host": false
|
||
|
},
|
||
|
{
|
||
|
"name": "oboe",
|
||
|
"platform": "android"
|
||
|
},
|
||
|
{
|
||
|
"name": "opus",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "opus",
|
||
|
"host": false
|
||
|
},
|
||
|
{
|
||
|
"name": "libvpx",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "libvpx",
|
||
|
"host": false
|
||
|
},
|
||
|
{
|
||
|
"name": "libyuv",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "libyuv",
|
||
|
"host": false
|
||
|
}
|
||
|
],
|
||
|
"vcpkg-configuration": {
|
||
|
"default-registry": {
|
||
|
"kind": "builtin",
|
||
|
"baseline": ""
|
||
|
},
|
||
|
"overlay-ports": [ "./res/vcpkg" ]
|
||
|
}
|
||
|
}
|