ladybird/vcpkg.json
Andrew Kaster 064e85a373 Meta: Bump simdutf to version 5.6.0
With luck, this will blast the old vcpkg cache for simdutf in
github actions and allow us to move forward with the new dynamic
linking support.
2024-11-06 10:38:57 -07:00

124 lines
2 KiB
JSON

{
"builtin-baseline": "10b7a178346f3f0abef60cecd5130e295afd8da4",
"dependencies": [
{
"name": "curl",
"features": [
"brotli",
"http2"
]
},
{
"name": "dirent",
"platform": "windows"
},
{
"name": "fontconfig",
"platform": "linux | freebsd | openbsd | osx | windows"
},
"harfbuzz",
"icu",
"libjpeg-turbo",
"libjxl",
{
"name": "libpng",
"features": [
"apng"
]
},
{
"name": "libavif",
"features": [
"dav1d"
]
},
{
"name": "libwebp",
"features": [
"anim",
"libwebpmux",
"simd"
]
},
"simdutf",
{
"name": "skia",
"platform": "osx",
"features": [
"metal",
"fontconfig"
]
},
{
"name": "skia",
"platform": "linux | freebsd | openbsd | windows",
"features": [
"vulkan"
]
},
{
"name": "skia",
"platform": "android"
},
"sqlite3",
{
"name": "vulkan",
"platform": "!android"
},
{
"name": "vulkan-headers",
"platform": "!android"
},
"woff2"
],
"overrides": [
{
"name": "curl",
"version": "8.10.1#0"
},
{
"name": "fontconfig",
"version": "2.14.2#1"
},
{
"name": "icu",
"version": "74.2#2"
},
{
"name": "libjpeg-turbo",
"version": "3.0.2"
},
{
"name": "libjxl",
"version": "0.11.0"
},
{
"name": "libpng",
"version": "1.6.43#3"
},
{
"name": "libavif",
"version": "1.0.4#1"
},
{
"name": "libwebp",
"version": "1.4.0#1"
},
{
"name": "simdutf",
"version": "5.6.0#0"
},
{
"name": "skia",
"version": "129#0"
},
{
"name": "sqlite3",
"version": "3.46.1"
},
{
"name": "woff2",
"version": "1.0.2#4"
}
]
}