mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:58:59 +08:00
18 lines
370 B
JSON
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
|
|
}
|
|
]
|
|
}
|