yuzu/externals/vcpkg/ports/string-theory/vcpkg.json

18 lines
360 B
JSON
Executable File

{
"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
}
]
}