vcpkg/ports/tlx/vcpkg.json
2024-04-01 13:46:57 -07:00

17 lines
354 B
JSON

{
"name": "tlx",
"version": "0.6.1",
"description": "tlx is a collection of C++ helpers and extensions universally needed, but not found in the STL",
"homepage": "https://github.com/tlx/tlx",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}