mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:11:49 +08:00
6174e7f6f8
* Update blake3 to 1.3.3 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"name": "blake3",
|
|
"version": "1.3.3",
|
|
"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
|
|
}
|
|
]
|
|
}
|