mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 13:58:59 +08:00
0de461216d
* move boost out of the toolchain * move icu out of the toolchain * remove CURL from the toolchain (was already unreachable?) * remove gsl from toolchain * remove grpc from toolchain * version stuff * fix indent and missing endif() * version stuff * Revert changes to vcpkg.cmake * push port version * version stuff
15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"name": "icu",
|
|
"version": "69.1",
|
|
"port-version": 10,
|
|
"description": "Mature and widely used Unicode and localization library.",
|
|
"homepage": "http://icu-project.org/apiref/icu4c/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "icu",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|