mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 11:09:11 +08:00
17 lines
313 B
JSON
17 lines
313 B
JSON
|
{
|
||
|
"name": "vcpkg-ci-skia",
|
||
|
"version-date": "2022-11-24",
|
||
|
"description": "Builds an app in order to validate the skia port.",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "skia",
|
||
|
"default-features": false
|
||
|
}
|
||
|
]
|
||
|
}
|