vcpkg/ports/tevclient/vcpkg.json
2024-08-22 02:52:01 -07:00

18 lines
370 B
JSON

{
"name": "tevclient",
"version-date": "2023-12-04",
"description": "C++ client library for communicating to the tev image viewer",
"homepage": "https://github.com/westlicht/tevclient",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}