vcpkg/ports/ztd-text/vcpkg.json

17 lines
330 B
JSON
Raw Normal View History

{
"name": "ztd-text",
"version-date": "2023-11-03",
"description": "A spicy text library.",
"homepage": "https://github.com/soasis/text",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
"ztd-platform",
"ztd-static-containers"
]
}