vcpkg/ports/string-theory/vcpkg.json
chausner 3730cbe99a
[string-theory] Update to 3.5 (#21212)
* Update string-theory to 3.5

* Update CI baseline

* Fix CMake config

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-08 16:14:11 -08:00

17 lines
340 B
JSON

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