mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:49:00 +08:00
c10a2b5e95
* [blake3] update to 1.5.0 * [blake3] update to 1.5.0 * fix deps
18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"name": "blake3",
|
|
"version": "1.5.0",
|
|
"description": "BLAKE3 cryptographic hash function.",
|
|
"homepage": "https://github.com/BLAKE3-team/BLAKE3",
|
|
"license": "CC0-1.0 OR Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|