vcpkg/ports/veigar/vcpkg.json
winsoft666 2878a7d60f
[veigar] Update to 1.4 (#42172)
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: admin <admin@windows.com>
Co-authored-by: paipai <noexist@gmail.com>
Co-authored-by: Frank <1433351828@qq.com>
2024-11-15 15:09:25 -08:00

20 lines
457 B
JSON

{
"name": "veigar",
"version": "1.4",
"maintainers": "winsoft666 <winsoft666@outlook.com>",
"description": "Cross platform RPC library using shared memory.",
"homepage": "https://github.com/winsoft666/veigar",
"license": "GPL-3.0-or-later",
"supports": "linux | (windows & !uwp & !xbox)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}