Files
ladybird/vcpkg.json
Timothy Flynn 62d9a84b8d AK+Everywhere: Replace custom number parsers with fast_float
Our floating point number parser was based on the fast_float library:
https://github.com/fastfloat/fast_float

However, our implementation only supports 8-bit characters. To support
UTF-16, we will need to be able to convert char16_t-based strings to
numbers as well. This works out-of-the-box with fast_float.

We can also use fast_float for integer parsing.
2025-07-03 09:51:56 -04:00

234 lines
3.7 KiB
JSON

{
"builtin-baseline": "a7ef72790b3f4a6c1f940503e418f71380ac94a7",
"dependencies": [
{
"name": "angle",
"platform": "osx",
"features": [
"metal"
]
},
{
"name": "angle",
"platform": "linux | windows"
},
{
"name": "curl",
"features": [
"brotli",
"http2",
"openssl",
"websockets"
]
},
{
"name": "dirent",
"platform": "windows"
},
"fast-float",
{
"name": "ffmpeg",
"platform": "!android",
"features": [
"avcodec",
"avformat",
"dav1d",
"openh264",
"opus",
"webp",
"theora",
"vorbis",
"vpx",
"zlib"
]
},
{
"name": "fontconfig",
"platform": "linux | freebsd | openbsd | osx | windows"
},
{
"name": "harfbuzz",
"platform": "linux | freebsd | openbsd | windows",
"features": [
"freetype",
"icu"
]
},
{
"name": "harfbuzz",
"platform": "osx",
"features": [
"coretext",
"icu"
]
},
"icu",
"libjpeg-turbo",
"libjxl",
{
"name": "libpng",
"features": [
"apng"
]
},
"libproxy",
{
"name": "libavif",
"features": [
"dav1d"
]
},
"libtommath",
{
"name": "libwebp",
"features": [
"anim",
"libwebpmux",
"simd"
]
},
{
"name": "mman",
"platform": "windows"
},
"openssl",
{
"name": "pthread",
"platform": "windows"
},
"simdutf",
{
"name": "skia",
"platform": "osx",
"features": [
"metal",
"fontconfig",
"harfbuzz",
"icu"
]
},
{
"name": "skia",
"platform": "linux | freebsd | openbsd | windows",
"features": [
"freetype",
"fontconfig",
"harfbuzz",
"icu",
"vulkan"
]
},
{
"name": "skia",
"platform": "android"
},
"sqlite3",
{
"name": "vulkan",
"platform": "!android"
},
{
"name": "tiff",
"features": [
"zstd"
]
},
{
"name": "vulkan-headers",
"platform": "!android"
},
"woff2",
"zlib"
],
"overrides": [
{
"name": "angle",
"version": "chromium_7258#0"
},
{
"name": "curl",
"version": "8.14.0#0"
},
{
"name": "dirent",
"version": "1.24#0"
},
{
"name": "fast-float",
"version": "8.0.2#0"
},
{
"name": "ffmpeg",
"version": "7.1.1#2"
},
{
"name": "fontconfig",
"version": "2.15.0#4"
},
{
"name": "harfbuzz",
"version": "10.2.0#0"
},
{
"name": "icu",
"version": "76.1#0"
},
{
"name": "libjpeg-turbo",
"version": "3.1.0#0"
},
{
"name": "libjxl",
"version": "0.11.1#1"
},
{
"name": "libpng",
"version": "1.6.47"
},
{
"name": "libproxy",
"version": "0.4.18#3"
},
{
"name": "libtommath",
"version": "1.3.0#2"
},
{
"name": "libavif",
"version": "1.3.0#0"
},
{
"name": "libwebp",
"version": "1.5.0#1"
},
{
"name": "mman",
"version": "git-f5ff813#5"
},
{
"name": "openssl",
"version": "3.5.0#1"
},
{
"name": "simdutf",
"version": "7.3.0#0"
},
{
"name": "skia",
"version": "129#0"
},
{
"name": "sqlite3",
"version": "3.49.2#0"
},
{
"name": "woff2",
"version": "1.0.2#5"
},
{
"name": "zlib",
"version": "1.3.1"
}
]
}