mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 18:59:01 +08:00
3302690d7e
Based on https://github.com/microsoft/vcpkg/pull/36518, credits @abique. This update makes skia use vcpkg vulkan. There are still vendored dependencies (abseil, spirv-*, maybe also dawn, graphite), but I don't want to touch that now. --------- Co-authored-by: Alexandre Bique <bique.alexandre@gmail.com>
49 lines
904 B
JSON
49 lines
904 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": [
|
|
"metal"
|
|
],
|
|
"platform": "osx"
|
|
},
|
|
{
|
|
"name": "skia",
|
|
"default-features": false,
|
|
"features": [
|
|
"dawn"
|
|
],
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "skia",
|
|
"default-features": false,
|
|
"features": [
|
|
"graphite"
|
|
],
|
|
"platform": "windows & !uwp"
|
|
},
|
|
{
|
|
"name": "skia",
|
|
"default-features": false,
|
|
"features": [
|
|
"vulkan"
|
|
],
|
|
"platform": "linux | osx | (windows & !uwp)"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|