diff options
Diffstat (limited to 'vcpkg/ports/blake3/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/blake3/vcpkg.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vcpkg/ports/blake3/vcpkg.json b/vcpkg/ports/blake3/vcpkg.json new file mode 100644 index 0000000..e23dea7 --- /dev/null +++ b/vcpkg/ports/blake3/vcpkg.json @@ -0,0 +1,28 @@ +{ + "name": "blake3", + "version": "1.8.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 + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tbb": { + "description": "Enable TBB multi-threading API support", + "dependencies": [ + { + "name": "tbb", + "default-features": false + } + ] + } + } +} |