mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:49:07 +08:00
6dce771695
* Added ANARI port. * Modifications according to code review. * Correct the versioning SHA. * Disabled CTS and Helide. Added glm dependency. * Correct formatting. * Updated version SHA. * Formatting fixes. * Updated version. * Correct dependency. * Update version. * Attempt enabling Helide. * Update version. * Add Python3 dependency. * Updated version. * Added pthreads dependency. * Updated version. * Attempt using Python3 as a tool to fix CI issues. * Updated version. * Revert Python dependency change. * Updated version. * Obtain Python3 executable via find_acquire_program. * Updated version. * Revert removing python3 dependency. Quote python3 directory. * Updated version. * Remove unused option, remove bin directory in static builds. * Updated version. * Disable on ARM64 Windows. * Updated formatting. * Updated version. * Disable Android. * Updated version. * Re-enable Android. * Updated version. * Updates according to code review. * Updated version.
20 lines
357 B
JSON
20 lines
357 B
JSON
{
|
|
"name": "anari",
|
|
"version": "0.7.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
|
|
}
|
|
]
|
|
}
|