vcpkg/ports/string-theory/vcpkg.json
Thomas1664 4f038c1ec6
[string-theory] Update to 3.8 (#35692)
* [string-theory] Update to 3.8

* version
2023-12-14 22:45:53 -08:00

18 lines
360 B
JSON

{
"name": "string-theory",
"version": "3.8",
"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
}
]
}