mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 18:02:20 +08:00
21 lines
378 B
JSON
21 lines
378 B
JSON
{
|
|
"name": "anari",
|
|
"version": "0.7.0",
|
|
"port-version": 1,
|
|
"description": "Cross-Platform 3D Rendering Engine API.",
|
|
"homepage": "https://www.khronos.org/anari",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"glm",
|
|
"python3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|