mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 06:17:01 +08:00
c415be64bd
* [vcpkg-ci-skia] Use vulkan * [skia] Fix vulkan on windows * Require vcpkg-ci-skia pass * Fixup
25 lines
478 B
JSON
25 lines
478 B
JSON
{
|
|
"name": "vcpkg-ci-skia",
|
|
"version-date": "2023-12-22",
|
|
"description": "Builds an app in order to validate the skia port.",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "skia",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "skia",
|
|
"default-features": false,
|
|
"features": [
|
|
"vulkan"
|
|
],
|
|
"platform": "linux | osx | (windows & !uwp)"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|