mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
423d9f01a7
* Add ztd-text port * [ztd-text] Add supports: !uwp * [ztd-text] Switch to version-date, update to latest
15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"name": "ztd-text",
|
|
"version-date": "2022-03-21",
|
|
"description": "A spicy text library.",
|
|
"homepage": "https://github.com/soasis/text",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|