mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-08 13:25:26 +08:00
c39678d764
* [blake3] Add new port Fixes #20023 * Add license * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"name": "blake3",
|
|
"version": "1.3.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|