mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
29b85ae797
* [crc32c] update to latest release (1.1.2) * Use version rather than version-string. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
17 lines
347 B
JSON
17 lines
347 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|