vcpkg/ports/hlslpp/vcpkg.json
Pantelis Lekakis 3508985146
[hlslpp] Add new port (#40400)
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-08-23 03:26:17 -07:00

19 lines
373 B
JSON

{
"name": "hlslpp",
"version": "3.5",
"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
}
]
}