2022-12-21 04:29:21 +01:00
|
|
|
{
|
|
|
|
"name": "vcpkg-ci-skia",
|
2024-04-04 01:14:05 +02:00
|
|
|
"version-date": "2023-04-03",
|
2022-12-21 04:29:21 +01: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 10:34:00 +01:00
|
|
|
},
|
2024-02-22 07:42:39 +01:00
|
|
|
{
|
|
|
|
"name": "skia",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"metal"
|
|
|
|
],
|
|
|
|
"platform": "osx"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "skia",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
2024-04-04 01:14:05 +02:00
|
|
|
"graphite"
|
2024-02-22 07:42:39 +01:00
|
|
|
],
|
2024-04-04 01:14:05 +02:00
|
|
|
"platform": "windows & !uwp"
|
2024-02-22 07:42:39 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "skia",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
2024-04-04 01:14:05 +02:00
|
|
|
"dawn"
|
2024-02-22 07:42:39 +01:00
|
|
|
],
|
2024-04-04 01:14:05 +02:00
|
|
|
"platform": "linux | (windows & !uwp)"
|
2024-02-22 07:42:39 +01:00
|
|
|
},
|
2023-12-28 09:11:17 +01:00
|
|
|
{
|
|
|
|
"name": "skia",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"vulkan"
|
|
|
|
],
|
|
|
|
"platform": "linux | osx | (windows & !uwp)"
|
|
|
|
},
|
2023-11-29 10:34:00 +01:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2022-12-21 04:29:21 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|