mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 18:39:03 +08:00
0c143f8183
Fixes #32691: unneeded warnings. Fixes #36928: windows dynamic linkage for icu et al. These DLLs are possible now (subject to features): ~~~ skia:x64-windows:/bin/dawn_native.dll skia:x64-windows:/bin/dawn_platform.dll skia:x64-windows:/bin/dawn_proc.dll skia:x64-windows:/bin/skia.dll skia:x64-windows:/bin/skshaper.dll skia:x64-windows:/bin/skunicode.dll ~~~
49 lines
923 B
JSON
49 lines
923 B
JSON
{
|
|
"name": "vcpkg-ci-skia",
|
|
"version-date": "2023-04-03",
|
|
"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": [
|
|
"graphite"
|
|
],
|
|
"platform": "windows & !uwp"
|
|
},
|
|
{
|
|
"name": "skia",
|
|
"default-features": false,
|
|
"features": [
|
|
"dawn"
|
|
],
|
|
"platform": "linux | (windows & !uwp)"
|
|
},
|
|
{
|
|
"name": "skia",
|
|
"default-features": false,
|
|
"features": [
|
|
"vulkan"
|
|
],
|
|
"platform": "linux | osx | (windows & !uwp)"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|