zeek/auxil/vcpkg/ports/hlslpp/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
373 B
JSON

{
"name": "hlslpp",
"version": "3.6",
"description": "Math library using HLSL syntax with multiplatform SIMD support.",
"homepage": "https://github.com/redorav/hlslpp",
"license": "MIT",
"supports": "!x86",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}