vcpkg/ports/anari/vcpkg.json
JonLiu1993 00f2c41ce0
[anari] update to 0.10.0 (#41184)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-09-30 11:54:45 -04:00

20 lines
358 B
JSON

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