vcpkg/ports/string-theory/vcpkg.json
Adam Johnson 8bd020df25
[string-theory] Update to 3.6 (#25127)
* [string-theory] update to current

* add-version-x
2022-06-08 04:46:21 -07:00

18 lines
360 B
JSON

{
"name": "string-theory",
"version": "3.6",
"description": "Flexible modern C++ string library with type-safe formatting.",
"homepage": "https://github.com/zrax/string_theory",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}