vcpkg/ports/ztd-text/vcpkg.json
2024-07-15 23:18:52 -07:00

19 lines
372 B
JSON

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