yuzu/externals/vcpkg/ports/crc32c/vcpkg.json

17 lines
347 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "crc32c",
"version": "1.1.2",
"description": "CRC32C implementation with support for CPU-specific acceleration instructions.",
"homepage": "https://github.com/google/crc32c",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}