yuzu/externals/vcpkg/ports/icu/vcpkg.json

15 lines
283 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "icu",
"version": "71.1",
"description": "Mature and widely used Unicode and localization library.",
"homepage": "https://icu.unicode.org/home",
"license": "ICU",
"supports": "!uwp",
"dependencies": [
{
"name": "icu",
"host": true
}
]
}