vcpkg/ports/bext-text/vcpkg.json
2024-09-08 11:32:11 -07:00

19 lines
389 B
JSON

{
"name": "bext-text",
"version-date": "2024-01-19",
"description": "What a c++ standard Unicode library might look like.",
"homepage": "https://tzlaine.github.io/text/doc/html/index.html",
"license": "BSL-1.0",
"dependencies": [
"boost",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}