vcpkg/scripts/test_ports/vcpkg-ci-skia/vcpkg.json
Kai Pastor 0c143f8183
[skia] Fix linking issues (#36963)
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
~~~
2024-04-03 16:14:05 -07:00

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
}
]
}