mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
221507c567
Rather than removing LibLocale entirely, we will use it as a wrapper around ICU (which has some C-like interfaces, and uses UTF-16 for its string types). Using ICU will provide better web compatibility overall, and will let us implement features we were previously unable to (e.g. Intl.Collator requires data that is not in the JSON export of the CLDR).
30 lines
496 B
JSON
30 lines
496 B
JSON
{
|
|
"builtin-baseline": "01f602195983451bc83e72f4214af2cbc495aa94",
|
|
"dependencies": [
|
|
{
|
|
"name": "fontconfig",
|
|
"platform": "linux | freebsd | openbsd"
|
|
},
|
|
"icu",
|
|
"sqlite3",
|
|
"woff2"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"name": "fontconfig",
|
|
"version": "2.14.2#1"
|
|
},
|
|
{
|
|
"name": "icu",
|
|
"version": "74.2#1"
|
|
},
|
|
{
|
|
"name": "sqlite3",
|
|
"version": "3.45.3"
|
|
},
|
|
{
|
|
"name": "woff2",
|
|
"version": "1.0.2#4"
|
|
}
|
|
]
|
|
}
|