2022-12-21 11:29:21 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-ci-skia",
|
2023-12-28 16:11:17 +08:00
|
|
|
"version-date": "2023-12-22",
|
2022-12-21 11:29:21 +08:00
|
|
|
"description": "Builds an app in order to validate the skia port.",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "skia",
|
|
|
|
"default-features": false
|
2023-11-29 17:34:00 +08:00
|
|
|
},
|
2024-02-22 14:42:39 +08:00
|
|
|
{
|
|
|
|
"name": "skia",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"metal"
|
|
|
|
],
|
|
|
|
"platform": "osx"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "skia",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"dawn"
|
|
|
|
],
|
|
|
|
"platform": "linux"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "skia",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"graphite"
|
|
|
|
],
|
|
|
|
"platform": "windows & !uwp"
|
|
|
|
},
|
2023-12-28 16:11:17 +08:00
|
|
|
{
|
|
|
|
"name": "skia",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"vulkan"
|
|
|
|
],
|
|
|
|
"platform": "linux | osx | (windows & !uwp)"
|
|
|
|
},
|
2023-11-29 17:34:00 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2022-12-21 11:29:21 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|