vcpkg/ports/libhsplasma/vcpkg.json

30 lines
570 B
JSON
Raw Normal View History

{
"name": "libhsplasma",
"version-string": "2021.06.08",
"description": "Cross-platform Plasma data and network library",
"homepage": "https://github.com/H-uru/libhsplasma",
"supports": "!(arm | uwp)",
"dependencies": [
"libjpeg-turbo",
"libpng",
"string-theory",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"net": {
"description": "Network functionality",
"dependencies": [
"openssl"
]
}
}
}