vcpkg/ports/icu/vcpkg.json

15 lines
285 B
JSON
Raw Normal View History

{
"name": "icu",
"version": "69.1",
2021-11-11 02:49:18 +08:00
"port-version": 16,
"description": "Mature and widely used Unicode and localization library.",
"homepage": "https://icu.unicode.org/home",
"supports": "!uwp",
"dependencies": [
{
"name": "icu",
"host": true
}
]
}