mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:49:00 +08:00
d60da45f54
* Fix mingw dll installation * Patch static lib naming * Update icu homepage * Fix mingw builds on windows triplet host * Update versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
15 lines
285 B
JSON
15 lines
285 B
JSON
{
|
|
"name": "icu",
|
|
"version": "69.1",
|
|
"port-version": 15,
|
|
"description": "Mature and widely used Unicode and localization library.",
|
|
"homepage": "https://icu.unicode.org/home",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "icu",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|