yuzu/externals/vcpkg/ports/lz4/vcpkg.json

18 lines
362 B
JSON
Executable File

{
"name": "lz4",
"version": "1.9.3",
"port-version": 3,
"description": "Lossless compression algorithm, providing compression speed at 400 MB/s per core.",
"homepage": "https://github.com/lz4/lz4",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}