mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 12:41:59 +08:00
3508985146
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> Co-authored-by: Kai Pastor <dg0yt@darc.de>
19 lines
373 B
JSON
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
|
|
}
|
|
]
|
|
}
|