mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:31:48 +08:00
3730cbe99a
* 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>
17 lines
340 B
JSON
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
|
|
}
|
|
]
|
|
}
|