mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"name": "hlslpp",
|
|
"version": "3.5.3",
|
|
"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
|
|
}
|
|
]
|
|
}
|